Package io.micronaut.retry.intercept
Retry interceptors and states.
- Since:
- 1.0
-
Class Summary Class Description DefaultRetryInterceptor AMethodInterceptor
that retries an operation according to the specifiedRetryable
annotation.RecoveryInterceptor AMethodInterceptor
that will attempt to execute aFallback
when the target method is in an error state.