Uses of Class
io.zeebe.engine.state.instance.EventScopeInstance
-
Packages that use EventScopeInstance Package Description io.zeebe.engine.state.instance -
-
Uses of EventScopeInstance in io.zeebe.engine.state.instance
Methods in io.zeebe.engine.state.instance that return EventScopeInstance Modifier and Type Method Description EventScopeInstanceEventScopeInstance. addInterrupting(org.agrona.DirectBuffer elementId)EventScopeInstanceEventScopeInstanceState. getInstance(long eventScopeKey)Returns a event scope instance by key or null if none exists with this key.EventScopeInstanceEventScopeInstance. setAccepting(boolean accepting)Constructors in io.zeebe.engine.state.instance with parameters of type EventScopeInstance Constructor Description EventScopeInstance(EventScopeInstance other)
-