Uses of Interface
io.smallrye.faulttolerance.core.retry.AsyncDelay
Packages that use AsyncDelay
-
Uses of AsyncDelay in io.smallrye.faulttolerance.core.retry
Classes in io.smallrye.faulttolerance.core.retry that implement AsyncDelayFields in io.smallrye.faulttolerance.core.retry with type parameters of type AsyncDelayConstructor parameters in io.smallrye.faulttolerance.core.retry with type arguments of type AsyncDelayModifierConstructorDescriptionCompletionStageRetry(FaultToleranceStrategy<CompletionStage<V>> delegate, String description, ResultDecision resultDecision, ExceptionDecision exceptionDecision, long maxRetries, long maxTotalDurationInMillis, Supplier<AsyncDelay> delayBetweenRetries, Stopwatch stopwatch, Consumer<FailureContext> beforeRetry)