Class | Description |
---|---|
DefaultRetryInterceptor |
A
MethodInterceptor that retries an operation according to the specified
Retryable annotation. |
RecoveryInterceptor |
A
MethodInterceptor that will attempt to execute a Fallback
when the target method is in an error state. |