Uses of Class
io.zeebe.engine.state.instance.TimerInstance
-
Packages that use TimerInstance Package Description io.zeebe.engine.processing.common io.zeebe.engine.processing.timer io.zeebe.engine.state.instance -
-
Uses of TimerInstance in io.zeebe.engine.processing.common
Methods in io.zeebe.engine.processing.common with parameters of type TimerInstance Modifier and Type Method Description voidCatchEventBehavior. unsubscribeFromTimerEvent(TimerInstance timer, TypedStreamWriter writer) -
Uses of TimerInstance in io.zeebe.engine.processing.timer
Methods in io.zeebe.engine.processing.timer with parameters of type TimerInstance Modifier and Type Method Description voidDueDateTimerChecker. scheduleTimer(TimerInstance timer) -
Uses of TimerInstance in io.zeebe.engine.state.instance
Methods in io.zeebe.engine.state.instance that return TimerInstance Modifier and Type Method Description TimerInstanceTimerInstanceState. get(long elementInstanceKey, long timerKey)Methods in io.zeebe.engine.state.instance with parameters of type TimerInstance Modifier and Type Method Description voidTimerInstanceState. put(TimerInstance timer)voidTimerInstanceState. remove(TimerInstance timer)booleanTimerInstanceState.TimerVisitor. visit(TimerInstance timer)Method parameters in io.zeebe.engine.state.instance with type arguments of type TimerInstance Modifier and Type Method Description voidTimerInstanceState. forEachTimerForElementInstance(long elementInstanceKey, Consumer<TimerInstance> action)NOTE: the timer instance given to the consumer is shared and will be mutated on the next iteration.
-