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 |
Define the Circuit Breaker policy
|
| 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 the retries and the fallback method on reaching the
retry counts.
|
| Timeout |
The annotation to define a method execution timeout.
|
CDI Support for Microprofile Fault Tolerance