All Classes and Interfaces
Class
Description
Wrap the execution and invoke it asynchronously.
Define bulkhead policy to limit the number of the concurrent calls to an instance.
The exception should be thrown when Bulkhead implementation throws an exception, e.g.
Defines a circuit breaker policy to an individual method or a class.
The exception should be thrown when circuit breaker is open.
The execution context for the method being executed.
The fallback annotation to define the fallback handler class so that a failure can be handled properly.
Create a default class so the value is not required to be set all the time.
The handler instance used by the container to service a fallback invocation is a non-contextual instance created
using the CDI SPI.
The exception should be thrown when the definition of any Fault Tolerance annotations is invalid.
The exception should be thrown when the maximum retries is reached or overall retry duration is reached, circuit
breaker is open, timeout occurred.
The retry annotation to define the number of retries.
The annotation to define a method execution timeout.
The exception should be thrown when timeout is reached.