| Class | Description | 
|---|---|
| DefaultRetryInterceptor | A  MethodInterceptorthat retries an operation according to the specifiedRetryableannotation. | 
| RecoveryInterceptor | A  MethodInterceptorthat will attempt to execute aFallbackwhen the target method is in an error state. |