Interface TimerInstanceState
- All Known Subinterfaces:
MutableTimerInstanceState
- All Known Implementing Classes:
DbTimerInstanceState
public interface TimerInstanceState
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionlongfindTimersWithDueDateBefore(long timestamp, TimerInstanceState.TimerVisitor consumer) voidforEachTimerForElementInstance(long elementInstanceKey, Consumer<TimerInstance> action) NOTE: the timer instance given to the consumer is shared and will be mutated on the next iteration.get(long elementInstanceKey, long timerKey)
-
Method Details
-
findTimersWithDueDateBefore
-
forEachTimerForElementInstance
NOTE: the timer instance given to the consumer is shared and will be mutated on the next iteration. -
get
-