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 FailureContextModifierConstructorDescriptionThreadOffloadFallbackFunction(Function<FailureContext, Future<T>> delegate, Executor executor) -
Uses of FailureContext in io.smallrye.faulttolerance.core.retry
Constructor parameters in io.smallrye.faulttolerance.core.retry with type arguments of type FailureContextModifierConstructorDescriptionRetry(FaultToleranceStrategy<V> delegate, String description, ResultDecision resultDecision, ExceptionDecision exceptionDecision, long maxRetries, long maxTotalDurationInMillis, Supplier<SyncDelay> syncDelayBetweenRetries, Supplier<AsyncDelay> asyncDelayBetweenRetries, Stopwatch stopwatch, Consumer<FailureContext> beforeRetry)