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