Interface TimerInstanceState

    • Method Detail

      • forEachTimerForElementInstance

        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

        TimerInstance get​(long elementInstanceKey,
                          long timerKey)