Uses of Class
io.camunda.zeebe.engine.state.instance.TimerInstance
Packages that use TimerInstance
Package
Description
-
Uses of TimerInstance in io.camunda.zeebe.engine.processing.common
Methods in io.camunda.zeebe.engine.processing.common with parameters of type TimerInstanceModifier and TypeMethodDescriptionvoidCatchEventBehavior.unsubscribeFromTimerEvent(TimerInstance timer) -
Uses of TimerInstance in io.camunda.zeebe.engine.processing.timer
Methods in io.camunda.zeebe.engine.processing.timer with parameters of type TimerInstanceModifier and TypeMethodDescriptionbooleanDueDateTimerChecker.WriteTriggerTimerCommandVisitor.visit(TimerInstance timer) booleanDueDateTimerChecker.YieldingDecorator.visit(TimerInstance timer) -
Uses of TimerInstance in io.camunda.zeebe.engine.state.immutable
Methods in io.camunda.zeebe.engine.state.immutable that return TimerInstanceMethods in io.camunda.zeebe.engine.state.immutable with parameters of type TimerInstanceModifier and TypeMethodDescriptionbooleanTimerInstanceState.TimerVisitor.visit(TimerInstance timer) Method parameters in io.camunda.zeebe.engine.state.immutable with type arguments of type TimerInstanceModifier and TypeMethodDescriptionvoidTimerInstanceState.forEachTimerForElementInstance(long elementInstanceKey, Consumer<TimerInstance> action) NOTE: the timer instance given to the consumer is shared and will be mutated on the next iteration. -
Uses of TimerInstance in io.camunda.zeebe.engine.state.instance
Methods in io.camunda.zeebe.engine.state.instance that return TimerInstanceModifier and TypeMethodDescriptionDbTimerInstanceState.get(long elementInstanceKey, long timerKey) TimerInstance.setTenantId(String tenantId) Methods in io.camunda.zeebe.engine.state.instance with parameters of type TimerInstanceModifier and TypeMethodDescriptionvoidDbTimerInstanceState.remove(TimerInstance timer) voidDbTimerInstanceState.store(TimerInstance timer) Method parameters in io.camunda.zeebe.engine.state.instance with type arguments of type TimerInstanceModifier and TypeMethodDescriptionvoidDbTimerInstanceState.forEachTimerForElementInstance(long elementInstanceKey, Consumer<TimerInstance> action) -
Uses of TimerInstance in io.camunda.zeebe.engine.state.mutable
Methods in io.camunda.zeebe.engine.state.mutable with parameters of type TimerInstanceModifier and TypeMethodDescriptionvoidMutableTimerInstanceState.remove(TimerInstance timer) voidMutableTimerInstanceState.store(TimerInstance timer)