Uses of Class
io.smallrye.faulttolerance.core.timer.ThreadTimer
-
Packages that use ThreadTimer Package Description io.smallrye.faulttolerance.core.timer -
-
Uses of ThreadTimer in io.smallrye.faulttolerance.core.timer
Methods in io.smallrye.faulttolerance.core.timer that return ThreadTimer Modifier and Type Method Description static ThreadTimerThreadTimer. create(Executor defaultExecutor)Creates a timer with givendefaultExecutor, unless a timer already exists, in which case an exception is thrown.
-