Uses of Interface
io.camunda.zeebe.scheduler.TimerSubscription
Packages that use TimerSubscription
-
Uses of TimerSubscription in io.camunda.zeebe.scheduler
Classes in io.camunda.zeebe.scheduler that implement TimerSubscriptionModifier and TypeClassDescriptionfinal classA TimerSubscription based on a delay.final classMethods in io.camunda.zeebe.scheduler with parameters of type TimerSubscriptionModifier and TypeMethodDescriptionvoidActorTimerQueue.remove(TimerSubscription timer) voidActorThread.removeTimer(TimerSubscription timer) Must be called from this thread, remove a scheduled job.voidActorTimerQueue.schedule(TimerSubscription timer, ActorClock now) voidActorThread.scheduleTimer(TimerSubscription timer) Must be called from this thread, schedules a job to be run later.