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) -
Uses of ExceptionDecision in io.smallrye.faulttolerance.core.fallback
Constructors in io.smallrye.faulttolerance.core.fallback with parameters of type ExceptionDecisionModifierConstructorDescriptionFallback(FaultToleranceStrategy<V> delegate, String description, FallbackFunction<V> fallback, ExceptionDecision exceptionDecision) -
Uses of ExceptionDecision in io.smallrye.faulttolerance.core.retry
Constructors in io.smallrye.faulttolerance.core.retry with parameters of type ExceptionDecisionModifierConstructorDescriptionRetry(FaultToleranceStrategy<V> delegate, String description, ResultDecision resultDecision, ExceptionDecision exceptionDecision, long maxRetries, long maxTotalDurationInMillis, Supplier<SyncDelay> syncDelayBetweenRetries, Supplier<AsyncDelay> asyncDelayBetweenRetries, 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_FAILUREstatic final ExceptionDecisionExceptionDecision.IGNORE