See: Description
| Interface | Description |
|---|---|
| ExecutionContext |
The execution context for the method being executed.
|
| FallbackHandler<T> |
The handler instance used by the container to service a fallback invocation is a non-contextual instance created
using the CDI SPI.
|
| Class | Description |
|---|---|
| Fallback.DEFAULT |
Create a default class so the value is not required to be set all the time.
|
| Annotation Type | Description |
|---|---|
| Asynchronous |
Wrap the execution and invoke it asynchronously.
|
| Bulkhead |
Define bulkhead policy to limit the number of the concurrent calls to an instance.
|
| CircuitBreaker |
Defines a circuit breaker policy to an individual method or a class.
|
| Fallback |
The fallback annotation to define the fallback handler class so that a failure can be handled properly.
|
| Retry |
The retry annotation to define the number of retries.
|
| Timeout |
The annotation to define a method execution timeout.
|
CDI Support for Microprofile Fault Tolerance