Uses of Interface
io.smallrye.faulttolerance.core.util.ResultDecision
Packages that use ResultDecision
-
Uses of ResultDecision in io.smallrye.faulttolerance.core.retry
Constructors in io.smallrye.faulttolerance.core.retry with parameters of type ResultDecisionModifierConstructorDescriptionCompletionStageRetry(FaultToleranceStrategy<CompletionStage<V>> delegate, String description, ResultDecision resultDecision, ExceptionDecision exceptionDecision, long maxRetries, long maxTotalDurationInMillis, Supplier<AsyncDelay> delayBetweenRetries, Stopwatch stopwatch, Consumer<FailureContext> beforeRetry) Retry(FaultToleranceStrategy<V> delegate, String description, ResultDecision resultDecision, ExceptionDecision exceptionDecision, long maxRetries, long maxTotalDurationInMillis, Supplier<SyncDelay> delayBetweenRetries, Stopwatch stopwatch, Consumer<FailureContext> beforeRetry) -
Uses of ResultDecision in io.smallrye.faulttolerance.core.util
Classes in io.smallrye.faulttolerance.core.util that implement ResultDecisionFields in io.smallrye.faulttolerance.core.util declared as ResultDecisionModifier and TypeFieldDescriptionstatic final ResultDecisionResultDecision.ALWAYS_EXPECTEDstatic final ResultDecisionResultDecision.ALWAYS_FAILURE