Uses of Class
io.smallrye.faulttolerance.core.FailureContext
Packages that use FailureContext
-
Uses of FailureContext in io.smallrye.faulttolerance.core.fallback
Methods in io.smallrye.faulttolerance.core.fallback with parameters of type FailureContextConstructor parameters in io.smallrye.faulttolerance.core.fallback with type arguments of type FailureContextModifierConstructorDescriptionAsyncFallbackFunction(Function<FailureContext, CompletionStage<T>> delegate, Executor executor) CompletionStageFallback(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 FailureContext in io.smallrye.faulttolerance.core.retry
Constructor parameters in io.smallrye.faulttolerance.core.retry with type arguments of type FailureContextModifierConstructorDescriptionCompletionStageRetry(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)