Uses of Interface
io.smallrye.faulttolerance.core.retry.AsyncDelay
-
Packages that use AsyncDelay Package Description io.smallrye.faulttolerance.core.retry -
-
Uses of AsyncDelay in io.smallrye.faulttolerance.core.retry
Classes in io.smallrye.faulttolerance.core.retry that implement AsyncDelay Modifier and Type Class Description classTimerDelayAsync delay based onTimer.Fields in io.smallrye.faulttolerance.core.retry with type parameters of type AsyncDelay Modifier and Type Field Description static Supplier<AsyncDelay>AsyncDelay. NONEConstructor parameters in io.smallrye.faulttolerance.core.retry with type arguments of type AsyncDelay Constructor Description CompletionStageRetry(FaultToleranceStrategy<CompletionStage<V>> delegate, String description, ExceptionDecision exceptionDecision, long maxRetries, long maxTotalDurationInMillis, Supplier<AsyncDelay> delayBetweenRetries, Stopwatch stopwatch)
-