| Package | Description |
|---|---|
| io.smallrye.faulttolerance |
| Class and 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.
|
| ExecutorProvider
Provider of thread pools for timeouts and asynchronous invocations
|
| FallbackHandlerProvider
An integrator is allowed to provide a custom implementation of
FallbackHandlerProvider. |
| FaultToleranceBinding |
| FaultToleranceOperationProvider
An integrator is allowed to provide a custom implementation of
FaultToleranceOperationProvider. |
Copyright © 2018–2020. All rights reserved.