package io.micronaut.retry.intercept
Retry interceptors and states.
- Since:
- 1.0
-
-
Classes
A
MethodInterceptor that retries an operation according to the specified
Retryable annotation.
A
MethodInterceptor that will attempt to execute a
Fallback
when the target method is in an error state.