Package io.micronaut.retry.intercept
package io.micronaut.retry.intercept
Retry interceptors and states.
- Since:
- 1.0
- Author:
- graemerocher
-
ClassDescriptionA
MethodInterceptor
that retries an operation according to the specifiedRetryable
annotation.AMethodInterceptor
that will attempt to execute aFallback
when the target method is in an error state.