Uses of Interface
io.camunda.zeebe.engine.state.immutable.ProcessMessageSubscriptionState
Packages that use ProcessMessageSubscriptionState
Package
Description
-
Uses of ProcessMessageSubscriptionState in io.camunda.zeebe.engine.processing.message
Constructors in io.camunda.zeebe.engine.processing.message with parameters of type ProcessMessageSubscriptionStateModifierConstructorDescriptionProcessMessageSubscriptionCorrelateProcessor(ProcessMessageSubscriptionState subscriptionState, SubscriptionCommandSender subscriptionCommandSender, MutableProcessingState processingState, BpmnBehaviors bpmnBehaviors, Writers writers) ProcessMessageSubscriptionCreateProcessor(ProcessMessageSubscriptionState subscriptionState, Writers writers) ProcessMessageSubscriptionDeleteProcessor(ProcessMessageSubscriptionState subscriptionState, Writers writers) -
Uses of ProcessMessageSubscriptionState in io.camunda.zeebe.engine.processing.processinstance
Constructors in io.camunda.zeebe.engine.processing.processinstance with parameters of type ProcessMessageSubscriptionStateModifierConstructorDescriptionProcessInstanceMigrationCatchEventBehaviour(ProcessMessageSubscriptionState processMessageSubscriptionState, CatchEventBehavior catchEventBehavior, TypedCommandWriter commandWriter, CommandDistributionBehavior commandDistributionBehavior, DistributionState distributionState, StateWriter stateWriter, int currentPartitionId, RoutingInfo routingInfo) -
Uses of ProcessMessageSubscriptionState in io.camunda.zeebe.engine.state.immutable
Methods in io.camunda.zeebe.engine.state.immutable that return ProcessMessageSubscriptionState -
Uses of ProcessMessageSubscriptionState in io.camunda.zeebe.engine.state.message
Classes in io.camunda.zeebe.engine.state.message that implement ProcessMessageSubscriptionState -
Uses of ProcessMessageSubscriptionState in io.camunda.zeebe.engine.state.mutable
Subinterfaces of ProcessMessageSubscriptionState in io.camunda.zeebe.engine.state.mutable