Uses of Class
io.camunda.zeebe.engine.state.message.MessageSubscription
Packages that use MessageSubscription
Package
Description
-
Uses of MessageSubscription in io.camunda.zeebe.engine.state.immutable
Methods in io.camunda.zeebe.engine.state.immutable that return MessageSubscriptionModifier and TypeMethodDescriptionMessageSubscriptionState.get(long elementInstanceKey, org.agrona.DirectBuffer messageName) Methods in io.camunda.zeebe.engine.state.immutable with parameters of type MessageSubscriptionModifier and TypeMethodDescriptionbooleanMessageSubscriptionState.MessageSubscriptionVisitor.visit(MessageSubscription subscription) -
Uses of MessageSubscription in io.camunda.zeebe.engine.state.message
Methods in io.camunda.zeebe.engine.state.message that return MessageSubscriptionModifier and TypeMethodDescriptionDbMessageSubscriptionState.get(long elementInstanceKey, org.agrona.DirectBuffer messageName) MessageSubscription.setCorrelating(boolean correlating) MessageSubscription.setKey(long key) MessageSubscription.setRecord(MessageSubscriptionRecord record) Methods in io.camunda.zeebe.engine.state.message with parameters of type MessageSubscriptionModifier and TypeMethodDescriptionvoidDbMessageSubscriptionState.remove(MessageSubscription subscription) voidDbMessageSubscriptionState.updateToCorrelatedState(MessageSubscription subscription) -
Uses of MessageSubscription in io.camunda.zeebe.engine.state.mutable
Methods in io.camunda.zeebe.engine.state.mutable with parameters of type MessageSubscriptionModifier and TypeMethodDescriptionvoidMutableMessageSubscriptionState.remove(MessageSubscription subscription) voidMutableMessageSubscriptionState.updateToCorrelatedState(MessageSubscription subscription)