Uses of Class
io.smallrye.faulttolerance.core.InvocationContext
-
Packages that use InvocationContext Package Description io.smallrye.faulttolerance.core Core implementations of fault tolerance strategies conforming to MicroProfile Fault Tolerance.io.smallrye.faulttolerance.core.async io.smallrye.faulttolerance.core.bulkhead io.smallrye.faulttolerance.core.circuit.breaker io.smallrye.faulttolerance.core.fallback io.smallrye.faulttolerance.core.metrics io.smallrye.faulttolerance.core.retry io.smallrye.faulttolerance.core.timeout -
-
Uses of InvocationContext in io.smallrye.faulttolerance.core
Methods in io.smallrye.faulttolerance.core with parameters of type InvocationContext Modifier and Type Method Description VFaultToleranceStrategy. apply(InvocationContext<V> ctx)Apply the fault tolerance strategy around the targetCallable.VInvocation. apply(InvocationContext<V> ctx) -
Uses of InvocationContext in io.smallrye.faulttolerance.core.async
Methods in io.smallrye.faulttolerance.core.async with parameters of type InvocationContext Modifier and Type Method Description CompletionStage<V>CompletionStageExecution. apply(InvocationContext<CompletionStage<V>> ctx)Future<V>FutureExecution. apply(InvocationContext<Future<V>> ctx)CompletionStage<V>RememberEventLoop. apply(InvocationContext<CompletionStage<V>> ctx) -
Uses of InvocationContext in io.smallrye.faulttolerance.core.bulkhead
Methods in io.smallrye.faulttolerance.core.bulkhead with parameters of type InvocationContext Modifier and Type Method Description CompletionStage<V>CompletionStageThreadPoolBulkhead. apply(InvocationContext<CompletionStage<V>> ctx)Future<V>FutureThreadPoolBulkhead. apply(InvocationContext<Future<V>> ctx)VSemaphoreBulkhead. apply(InvocationContext<V> ctx) -
Uses of InvocationContext in io.smallrye.faulttolerance.core.circuit.breaker
Methods in io.smallrye.faulttolerance.core.circuit.breaker with parameters of type InvocationContext Modifier and Type Method Description VCircuitBreaker. apply(InvocationContext<V> ctx)CompletionStage<V>CompletionStageCircuitBreaker. apply(InvocationContext<CompletionStage<V>> ctx) -
Uses of InvocationContext in io.smallrye.faulttolerance.core.fallback
Fields in io.smallrye.faulttolerance.core.fallback declared as InvocationContext Modifier and Type Field Description InvocationContext<V>FallbackContext. invocationContextMethods in io.smallrye.faulttolerance.core.fallback with parameters of type InvocationContext Modifier and Type Method Description CompletionStage<V>CompletionStageFallback. apply(InvocationContext<CompletionStage<V>> ctx)VFallback. apply(InvocationContext<V> ctx)Constructors in io.smallrye.faulttolerance.core.fallback with parameters of type InvocationContext Constructor Description FallbackContext(Throwable failure, InvocationContext<V> invocationContext) -
Uses of InvocationContext in io.smallrye.faulttolerance.core.metrics
Methods in io.smallrye.faulttolerance.core.metrics with parameters of type InvocationContext Modifier and Type Method Description CompletionStage<V>CompletionStageMetricsCollector. apply(InvocationContext<CompletionStage<V>> ctx)VMetricsCollector. apply(InvocationContext<V> ctx)protected voidMetricsCollector. registerMetrics(InvocationContext<V> ctx) -
Uses of InvocationContext in io.smallrye.faulttolerance.core.retry
Methods in io.smallrye.faulttolerance.core.retry with parameters of type InvocationContext Modifier and Type Method Description CompletionStage<V>CompletionStageRetry. apply(InvocationContext<CompletionStage<V>> ctx)VRetry. apply(InvocationContext<V> ctx) -
Uses of InvocationContext in io.smallrye.faulttolerance.core.timeout
Methods in io.smallrye.faulttolerance.core.timeout with parameters of type InvocationContext Modifier and Type Method Description Future<V>AsyncTimeout. apply(InvocationContext<Future<V>> ctx)CompletionStage<V>CompletionStageTimeout. apply(InvocationContext<CompletionStage<V>> ctx)VTimeout. apply(InvocationContext<V> ctx)
-