Uses of Interface
io.smallrye.faulttolerance.core.util.ResultDecision
-
Packages that use ResultDecision Package Description io.smallrye.faulttolerance.core.retry io.smallrye.faulttolerance.core.util -
-
Uses of ResultDecision in io.smallrye.faulttolerance.core.retry
Constructors in io.smallrye.faulttolerance.core.retry with parameters of type ResultDecision Constructor Description CompletionStageRetry(FaultToleranceStrategy<CompletionStage<V>> delegate, String description, ResultDecision resultDecision, ExceptionDecision exceptionDecision, long maxRetries, long maxTotalDurationInMillis, Supplier<AsyncDelay> delayBetweenRetries, Stopwatch stopwatch)Retry(FaultToleranceStrategy<V> delegate, String description, ResultDecision resultDecision, ExceptionDecision exceptionDecision, long maxRetries, long maxTotalDurationInMillis, Supplier<SyncDelay> delayBetweenRetries, Stopwatch stopwatch) -
Uses of ResultDecision in io.smallrye.faulttolerance.core.util
Classes in io.smallrye.faulttolerance.core.util that implement ResultDecision Modifier and Type Class Description classPredicateBasedResultDecisionFields in io.smallrye.faulttolerance.core.util declared as ResultDecision Modifier and Type Field Description static ResultDecisionResultDecision. ALWAYS_EXPECTEDstatic ResultDecisionResultDecision. ALWAYS_FAILURE
-