Uses of Interface
io.camunda.zeebe.engine.state.immutable.MessageSubscriptionState
Packages that use MessageSubscriptionState
Package
Description
-
Uses of MessageSubscriptionState in io.camunda.zeebe.engine.processing.message
Constructors in io.camunda.zeebe.engine.processing.message with parameters of type MessageSubscriptionStateModifierConstructorDescriptionMessagePublishProcessor(int partitionId, MessageState messageState, MessageSubscriptionState subscriptionState, MessageStartEventSubscriptionState startEventSubscriptionState, EventScopeInstanceState eventScopeInstanceState, SubscriptionCommandSender commandSender, KeyGenerator keyGenerator, Writers writers, ProcessState processState, EventTriggerBehavior eventTriggerBehavior, BpmnStateBehavior stateBehavior) MessageSubscriptionCorrelateProcessor(int partitionId, MessageState messageState, MessageSubscriptionState subscriptionState, SubscriptionCommandSender commandSender, Writers writers) MessageSubscriptionCreateProcessor(int partitionId, MessageState messageState, MessageSubscriptionState subscriptionState, SubscriptionCommandSender commandSender, Writers writers, KeyGenerator keyGenerator) MessageSubscriptionDeleteProcessor(MessageSubscriptionState subscriptionState, SubscriptionCommandSender commandSender, Writers writers) MessageSubscriptionRejectProcessor(MessageState messageState, MessageSubscriptionState subscriptionState, SubscriptionCommandSender commandSender, Writers writers) -
Uses of MessageSubscriptionState in io.camunda.zeebe.engine.state.immutable
Methods in io.camunda.zeebe.engine.state.immutable that return MessageSubscriptionState -
Uses of MessageSubscriptionState in io.camunda.zeebe.engine.state.message
Classes in io.camunda.zeebe.engine.state.message that implement MessageSubscriptionState -
Uses of MessageSubscriptionState in io.camunda.zeebe.engine.state.mutable
Subinterfaces of MessageSubscriptionState in io.camunda.zeebe.engine.state.mutable