Uses of Interface
io.smallrye.faulttolerance.core.retry.SyncDelay
-
Packages that use SyncDelay Package Description io.smallrye.faulttolerance.core.retry -
-
Uses of SyncDelay in io.smallrye.faulttolerance.core.retry
Classes in io.smallrye.faulttolerance.core.retry that implement SyncDelay Modifier and Type Class Description classThreadSleepDelaySync delay based onThread.sleep.Fields in io.smallrye.faulttolerance.core.retry with type parameters of type SyncDelay Modifier and Type Field Description static Supplier<SyncDelay>SyncDelay. NONEConstructor parameters in io.smallrye.faulttolerance.core.retry with type arguments of type SyncDelay Constructor Description Retry(FaultToleranceStrategy<V> delegate, String description, SetOfThrowables retryOn, SetOfThrowables abortOn, long maxRetries, long maxTotalDurationInMillis, Supplier<SyncDelay> delayBetweenRetries, Stopwatch stopwatch)
-