Uses of Interface
io.smallrye.faulttolerance.core.InvocationContextEvent
-
Packages that use InvocationContextEvent 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.rate.limit io.smallrye.faulttolerance.core.retry io.smallrye.faulttolerance.core.timeout -
-
Uses of InvocationContextEvent in io.smallrye.faulttolerance.core
Methods in io.smallrye.faulttolerance.core with type parameters of type InvocationContextEvent Modifier and Type Method Description <E extends InvocationContextEvent>
voidInvocationContext. fireEvent(E event)<E extends InvocationContextEvent>
voidInvocationContext. registerEventHandler(Class<E> eventType, Consumer<E> handler) -
Uses of InvocationContextEvent in io.smallrye.faulttolerance.core.async
Classes in io.smallrye.faulttolerance.core.async that implement InvocationContextEvent Modifier and Type Class Description classFutureCancellationEvent -
Uses of InvocationContextEvent in io.smallrye.faulttolerance.core.bulkhead
Classes in io.smallrye.faulttolerance.core.bulkhead that implement InvocationContextEvent Modifier and Type Class Description static classBulkheadEvents.DecisionMadestatic classBulkheadEvents.FinishedRunningstatic classBulkheadEvents.FinishedWaitingstatic classBulkheadEvents.StartedRunningstatic classBulkheadEvents.StartedWaiting -
Uses of InvocationContextEvent in io.smallrye.faulttolerance.core.circuit.breaker
Classes in io.smallrye.faulttolerance.core.circuit.breaker that implement InvocationContextEvent Modifier and Type Class Description static classCircuitBreakerEvents.Finishedstatic classCircuitBreakerEvents.StateTransition -
Uses of InvocationContextEvent in io.smallrye.faulttolerance.core.fallback
Classes in io.smallrye.faulttolerance.core.fallback that implement InvocationContextEvent Modifier and Type Class Description static classFallbackEvents.Appliedstatic classFallbackEvents.Defined -
Uses of InvocationContextEvent in io.smallrye.faulttolerance.core.metrics
Classes in io.smallrye.faulttolerance.core.metrics that implement InvocationContextEvent Modifier and Type Class Description static classGeneralMetricsEvents.ExecutionFinished -
Uses of InvocationContextEvent in io.smallrye.faulttolerance.core.rate.limit
Classes in io.smallrye.faulttolerance.core.rate.limit that implement InvocationContextEvent Modifier and Type Class Description static classRateLimitEvents.DecisionMade -
Uses of InvocationContextEvent in io.smallrye.faulttolerance.core.retry
Classes in io.smallrye.faulttolerance.core.retry that implement InvocationContextEvent Modifier and Type Class Description static classRetryEvents.Finishedstatic classRetryEvents.Retried -
Uses of InvocationContextEvent in io.smallrye.faulttolerance.core.timeout
Classes in io.smallrye.faulttolerance.core.timeout that implement InvocationContextEvent Modifier and Type Class Description static classTimeoutEvents.Finishedstatic classTimeoutEvents.Started
-