Package io.micronaut.retry.intercept
Retry interceptors and states.
- Since:
- 1.0
-
Class Summary Class Description DefaultRetryInterceptor AMethodInterceptorthat retries an operation according to the specifiedRetryableannotation.RecoveryInterceptor AMethodInterceptorthat will attempt to execute aFallbackwhen the target method is in an error state.