Class DelayedTimerSubscription

java.lang.Object
io.camunda.zeebe.scheduler.DelayedTimerSubscription
All Implemented Interfaces:
ActorSubscription, ScheduledTimer, TimerSubscription, Runnable

public final class DelayedTimerSubscription extends Object implements TimerSubscription
A TimerSubscription based on a delay. Scheduling requires an external clock to determine the exact timestamp. This type of timer subscription can be triggered once, or recur until canceled.