Uses of Class
io.smallrye.faulttolerance.core.FaultToleranceContext
Packages that use FaultToleranceContext
Package
Description
Core implementations of fault tolerance strategies conforming to MicroProfile Fault Tolerance.
-
Uses of FaultToleranceContext in io.smallrye.faulttolerance.core
Fields in io.smallrye.faulttolerance.core declared as FaultToleranceContextMethods in io.smallrye.faulttolerance.core with parameters of type FaultToleranceContextModifier and TypeMethodDescriptionFaultToleranceStrategy.apply(FaultToleranceContext<V> ctx) Apply the fault tolerance strategy around the targetCallable.Invocation.apply(FaultToleranceContext<V> ctx) Constructors in io.smallrye.faulttolerance.core with parameters of type FaultToleranceContextModifierConstructorDescriptionFailureContext(Throwable failure, FaultToleranceContext<?> context) -
Uses of FaultToleranceContext in io.smallrye.faulttolerance.core.apiimpl
Method parameters in io.smallrye.faulttolerance.core.apiimpl with type arguments of type FaultToleranceContextModifier and TypeMethodDescription<V,T> T GuardImpl.guard(Callable<T> action, AsyncInvocation<V, T> asyncInvocation, Consumer<FaultToleranceContext<?>> contextModifier) TypedGuardImpl.guard(Callable<T> action, AsyncInvocation<V, T> asyncInvocation, Consumer<FaultToleranceContext<?>> contextModifier) -
Uses of FaultToleranceContext in io.smallrye.faulttolerance.core.async
Methods in io.smallrye.faulttolerance.core.async with parameters of type FaultToleranceContext -
Uses of FaultToleranceContext in io.smallrye.faulttolerance.core.bulkhead
Methods in io.smallrye.faulttolerance.core.bulkhead with parameters of type FaultToleranceContext -
Uses of FaultToleranceContext in io.smallrye.faulttolerance.core.circuit.breaker
Methods in io.smallrye.faulttolerance.core.circuit.breaker with parameters of type FaultToleranceContext -
Uses of FaultToleranceContext in io.smallrye.faulttolerance.core.fallback
Methods in io.smallrye.faulttolerance.core.fallback with parameters of type FaultToleranceContext -
Uses of FaultToleranceContext in io.smallrye.faulttolerance.core.invocation
Constructors in io.smallrye.faulttolerance.core.invocation with parameters of type FaultToleranceContextModifierConstructorDescriptionStrategyInvoker(Object[] arguments, FaultToleranceStrategy<V> strategy, FaultToleranceContext<V> context) -
Uses of FaultToleranceContext in io.smallrye.faulttolerance.core.metrics
Methods in io.smallrye.faulttolerance.core.metrics with parameters of type FaultToleranceContextModifier and TypeMethodDescriptionDelegatingMetricsCollector.apply(FaultToleranceContext<V> ctx) MetricsCollector.apply(FaultToleranceContext<V> ctx) -
Uses of FaultToleranceContext in io.smallrye.faulttolerance.core.rate.limit
Methods in io.smallrye.faulttolerance.core.rate.limit with parameters of type FaultToleranceContext -
Uses of FaultToleranceContext in io.smallrye.faulttolerance.core.retry
Methods in io.smallrye.faulttolerance.core.retry with parameters of type FaultToleranceContext -
Uses of FaultToleranceContext in io.smallrye.faulttolerance.core.timeout
Methods in io.smallrye.faulttolerance.core.timeout with parameters of type FaultToleranceContext