Class ThreadSleepDelay
- java.lang.Object
-
- io.smallrye.faulttolerance.core.retry.ThreadSleepDelay
-
-
Constructor Summary
Constructors Constructor Description ThreadSleepDelay(BackOff backOff)
-
-
-
Constructor Detail
-
ThreadSleepDelay
public ThreadSleepDelay(BackOff backOff)
-
-
Method Detail
-
sleep
public void sleep() throws InterruptedException- Specified by:
sleepin interfaceSyncDelay- Throws:
InterruptedException
-
-