Uses of Class
io.smallrye.faulttolerance.core.timer.TimerTask
-
Packages that use TimerTask Package Description io.smallrye.faulttolerance.core.timer -
-
Uses of TimerTask in io.smallrye.faulttolerance.core.timer
Methods in io.smallrye.faulttolerance.core.timer that return TimerTask Modifier and Type Method Description TimerTaskTimer. schedule(long delayInMillis, Runnable task)Schedules thetaskto be executed indelayInMillison theExecutorspecified when creating thisTimer.TimerTaskTimer. schedule(long delayInMillis, Runnable task, Executor executor)Schedules thetaskto be executed indelayInMillison givenexecutor.Methods in io.smallrye.faulttolerance.core.timer with parameters of type TimerTask Modifier and Type Method Description voidTimerLogger_$logger. cancelledTimerTask(TimerTask task)voidTimerLogger_$logger. runningTimerTask(TimerTask task)voidTimerLogger_$logger. scheduledTimerTask(TimerTask task, long millis)
-