Interface MutableMessageSubscriptionState
- All Superinterfaces:
MessageSubscriptionState
- All Known Implementing Classes:
DbMessageSubscriptionState
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.camunda.zeebe.engine.state.immutable.MessageSubscriptionState
MessageSubscriptionState.MessageSubscriptionVisitor -
Method Summary
Modifier and TypeMethodDescriptionvoidput(long key, MessageSubscriptionRecord record) booleanremove(long elementInstanceKey, org.agrona.DirectBuffer messageName) voidremove(MessageSubscription subscription) voidupdateToCorrelatedState(MessageSubscription subscription) voidMethods inherited from interface io.camunda.zeebe.engine.state.immutable.MessageSubscriptionState
existSubscriptionForElementInstance, get, visitSubscriptions
-
Method Details
-
put
-
updateToCorrelatingState
-
remove
boolean remove(long elementInstanceKey, org.agrona.DirectBuffer messageName) -
remove
-