| Interface | Description |
|---|---|
| ExecutorFactory |
A factory that creates the executor services/thread pools used by SmallRye Fault Tolerance for asynchronous
invocations and helper threads, such as timeouts
To create a custom one, implement this class and register it using ServiceLoade, i.e.
|
| FallbackHandlerProvider |
An integrator is allowed to provide a custom implementation of
FallbackHandlerProvider. |
| FaultToleranceOperationProvider |
An integrator is allowed to provide a custom implementation of
FaultToleranceOperationProvider. |
| Class | Description |
|---|---|
| DefaultExecutorFactory | |
| DefaultFallbackHandlerProvider |
Default implementation of
FallbackHandlerProvider. |
| DefaultFaultToleranceOperationProvider |
Default implementation of
FaultToleranceOperationProvider. |
| ExecutorProvider |
Provider of thread pools for timeouts and asynchronous invocations
|
| FaultToleranceBinding.Literal | |
| FaultToleranceExtension | |
| FaultToleranceExtension.FTInterceptorBindingAnnotatedType<T extends Annotation> | |
| FaultToleranceExtension.PriorityLiteral | |
| FaultToleranceInterceptor |
The interceptor for fault tolerance strategies.
|
| Annotation Type | Description |
|---|---|
| FaultToleranceBinding |
Copyright © 2018–2020. All rights reserved.