Class TimerDelay
java.lang.Object
io.smallrye.faulttolerance.core.retry.TimerDelay
- All Implemented Interfaces:
AsyncDelay
-
Field Summary
Fields inherited from interface io.smallrye.faulttolerance.core.retry.AsyncDelay
NONE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.smallrye.faulttolerance.core.retry.AsyncDelay
after
-
Constructor Details
-
TimerDelay
-
-
Method Details
-
after
Description copied from interface:AsyncDelayRuns thetaskafter delay on givenExecutor. If givenexecutorisnull, the task is executed on an implementation-defined thread.- Specified by:
afterin interfaceAsyncDelay
-