Uses of Class
io.camunda.zeebe.scheduler.TimerSubscription
Packages that use TimerSubscription
-
Uses of TimerSubscription in io.camunda.zeebe.scheduler
Methods 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.