Uses of Class
io.zeebe.engine.state.message.WorkflowInstanceSubscriptionState
-
Packages that use WorkflowInstanceSubscriptionState Package Description io.zeebe.engine.processing.message io.zeebe.engine.state -
-
Uses of WorkflowInstanceSubscriptionState in io.zeebe.engine.processing.message
Constructors in io.zeebe.engine.processing.message with parameters of type WorkflowInstanceSubscriptionState Constructor Description CloseWorkflowInstanceSubscription(WorkflowInstanceSubscriptionState subscriptionState)CorrelateWorkflowInstanceSubscription(WorkflowInstanceSubscriptionState subscriptionState, SubscriptionCommandSender subscriptionCommandSender, ZeebeState zeebeState)OpenWorkflowInstanceSubscriptionProcessor(WorkflowInstanceSubscriptionState subscriptionState)PendingWorkflowInstanceSubscriptionChecker(SubscriptionCommandSender commandSender, WorkflowInstanceSubscriptionState subscriptionState, long subscriptionTimeout) -
Uses of WorkflowInstanceSubscriptionState in io.zeebe.engine.state
Methods in io.zeebe.engine.state that return WorkflowInstanceSubscriptionState Modifier and Type Method Description WorkflowInstanceSubscriptionStateZeebeState. getWorkflowInstanceSubscriptionState()
-