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 MessageSubscriptionStateModifierConstructorDescriptionMessageCorrelateBehavior(MessageStartEventSubscriptionState startEventSubscriptionState, MessageState messageState, EventHandle eventHandle, StateWriter stateWriter, MessageSubscriptionState messageSubscriptionState, SubscriptionCommandSender commandSender) MessageCorrelationCorrelateProcessor(Writers writers, KeyGenerator keyGenerator, EventScopeInstanceState eventScopeInstanceState, ProcessState processState, BpmnBehaviors bpmnBehaviors, MessageStartEventSubscriptionState startEventSubscriptionState, MessageState messageState, MessageSubscriptionState messageSubscriptionState, SubscriptionCommandSender commandSender) MessagePublishProcessor(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, MessageCorrelationState messageCorrelationState, MessageSubscriptionState subscriptionState, SubscriptionCommandSender commandSender, Writers writers, InstantSource clock) MessageSubscriptionCreateProcessor(int partitionId, MessageState messageState, MessageSubscriptionState subscriptionState, SubscriptionCommandSender commandSender, Writers writers, KeyGenerator keyGenerator, InstantSource clock) MessageSubscriptionDeleteProcessor(MessageSubscriptionState subscriptionState, SubscriptionCommandSender commandSender, Writers writers) MessageSubscriptionMigrateProcessor(MessageSubscriptionState subscriptionState, Writers writers, CommandDistributionBehavior commandDistributionBehavior) MessageSubscriptionRejectProcessor(MessageState messageState, MessageSubscriptionState subscriptionState, MutableMessageCorrelationState messageCorrelationState, 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