Uses of Class
io.zeebe.engine.state.instance.EventScopeInstanceState
-
Packages that use EventScopeInstanceState Package Description io.zeebe.engine.processing.common io.zeebe.engine.processing.message io.zeebe.engine.state.deployment -
-
Uses of EventScopeInstanceState in io.zeebe.engine.processing.common
Constructors in io.zeebe.engine.processing.common with parameters of type EventScopeInstanceState Constructor Description EventHandle(KeyGenerator keyGenerator, EventScopeInstanceState eventScopeInstanceState) -
Uses of EventScopeInstanceState in io.zeebe.engine.processing.message
Constructors in io.zeebe.engine.processing.message with parameters of type EventScopeInstanceState Constructor Description CloseMessageStartEventSubscriptionProcessor(MessageStartEventSubscriptionState subscriptionState, EventScopeInstanceState eventScopeInstanceState)PublishMessageProcessor(MessageState messageState, MessageSubscriptionState subscriptionState, MessageStartEventSubscriptionState startEventSubscriptionState, EventScopeInstanceState scopeEventInstanceState, SubscriptionCommandSender commandSender, KeyGenerator keyGenerator) -
Uses of EventScopeInstanceState in io.zeebe.engine.state.deployment
Methods in io.zeebe.engine.state.deployment that return EventScopeInstanceState Modifier and Type Method Description EventScopeInstanceStateWorkflowState. getEventScopeInstanceState()
-