| AsynchronousPolicy |
The resolved "cached" information of a Asynchronous annotation an a specific method.
|
| BulkheadPolicy |
The resolved "cached" information of a Bulkhead annotation an a specific method.
|
| CircuitBreakerPolicy |
The resolved "cached" information of a CircuitBreaker annotation an a specific method.
|
| FallbackPolicy |
The resolved "cached" information of a Fallback annotation an a specific method.
|
| FaultTolerancePolicy |
The FaultTolerancePolicy describes the effective aggregated policies to use for a particular Method
when adding fault tolerant behaviour to it.
|
| MethodLookupUtils |
Utility class to find a Method of a certain name with the same argument types as a given sample method as
required to lookup the Fallback's fallback method.
|
| Policy |
Contains general helper method for FT policy validation.
|
| RetryPolicy |
The resolved "cached" information of a Retry annotation an a specific method.
|
| StaticAnalysisContext |
A InvocationContext used during static analysis.
|
| TimeoutPolicy |
The resolved "cached" information of a Timeout annotation an a specific method.
|