Class TimerInstanceState


  • public final class TimerInstanceState
    extends Object
    • Method Detail

      • forEachTimerForElementInstance

        public void forEachTimerForElementInstance​(long elementInstanceKey,
                                                   Consumer<TimerInstance> action)
        NOTE: the timer instance given to the consumer is shared and will be mutated on the next iteration.
      • get

        public TimerInstance get​(long elementInstanceKey,
                                 long timerKey)