Uses of Interface
io.camunda.zeebe.engine.state.immutable.EventScopeInstanceState
Packages that use EventScopeInstanceState
Package
Description
-
Uses of EventScopeInstanceState in io.camunda.zeebe.engine.processing.common
Constructors in io.camunda.zeebe.engine.processing.common with parameters of type EventScopeInstanceStateModifierConstructorDescriptionEventHandle(KeyGenerator keyGenerator, EventScopeInstanceState eventScopeInstanceState, Writers writers, ProcessState processState, EventTriggerBehavior eventTriggerBehavior, BpmnStateBehavior stateBehavior) -
Uses of EventScopeInstanceState in io.camunda.zeebe.engine.processing.message
Constructors in io.camunda.zeebe.engine.processing.message with parameters of type EventScopeInstanceStateModifierConstructorDescriptionMessageCorrelationCorrelateProcessor(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) -
Uses of EventScopeInstanceState in io.camunda.zeebe.engine.processing.processinstance
Methods in io.camunda.zeebe.engine.processing.processinstance with parameters of type EventScopeInstanceStateModifier and TypeMethodDescriptionstatic voidProcessInstanceMigrationPreconditions.requireNoConcurrentCommand(EventScopeInstanceState eventScopeInstanceState, ElementInstance elementInstance, long processInstanceKey) Checks whether the given process instance has a concurrent command. -
Uses of EventScopeInstanceState in io.camunda.zeebe.engine.state.immutable
Methods in io.camunda.zeebe.engine.state.immutable that return EventScopeInstanceState -
Uses of EventScopeInstanceState in io.camunda.zeebe.engine.state.instance
Classes in io.camunda.zeebe.engine.state.instance that implement EventScopeInstanceState -
Uses of EventScopeInstanceState in io.camunda.zeebe.engine.state.mutable
Subinterfaces of EventScopeInstanceState in io.camunda.zeebe.engine.state.mutable