Uses of Interface
io.smallrye.faulttolerance.core.util.ExceptionDecision
Packages that use ExceptionDecision
Package
Description
-
Uses of ExceptionDecision in io.smallrye.faulttolerance.core.circuit.breaker
Constructors in io.smallrye.faulttolerance.core.circuit.breaker with parameters of type ExceptionDecisionModifierConstructorDescriptionCircuitBreaker(FaultToleranceStrategy<V> delegate, String description, ExceptionDecision exceptionDecision, long delayInMillis, int requestVolumeThreshold, double failureRatio, int successThreshold, Stopwatch stopwatch, Timer timer) CompletionStageCircuitBreaker(FaultToleranceStrategy<CompletionStage<V>> delegate, String description, ExceptionDecision exceptionDecision, long delayInMillis, int requestVolumeThreshold, double failureRatio, int successThreshold, Stopwatch stopwatch, Timer timer) -
Uses of ExceptionDecision in io.smallrye.faulttolerance.core.fallback
Constructors in io.smallrye.faulttolerance.core.fallback with parameters of type ExceptionDecisionModifierConstructorDescriptionCompletionStageFallback(FaultToleranceStrategy<CompletionStage<V>> delegate, String description, Function<FailureContext, CompletionStage<V>> fallback, ExceptionDecision exceptionDecision) Fallback(FaultToleranceStrategy<V> delegate, String description, Function<FailureContext, V> fallback, ExceptionDecision exceptionDecision) -
Uses of ExceptionDecision in io.smallrye.faulttolerance.core.retry
Constructors in io.smallrye.faulttolerance.core.retry with parameters of type ExceptionDecisionModifierConstructorDescriptionCompletionStageRetry(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 ExceptionDecision in io.smallrye.faulttolerance.core.util
Classes in io.smallrye.faulttolerance.core.util that implement ExceptionDecisionModifier and TypeClassDescriptionclassclassFields in io.smallrye.faulttolerance.core.util declared as ExceptionDecisionModifier and TypeFieldDescriptionstatic final ExceptionDecisionExceptionDecision.ALWAYS_EXPECTEDstatic final ExceptionDecisionExceptionDecision.ALWAYS_FAILURE