Package io.micronaut.retry.annotation
Retry AOP annotations.
- Since:
- 1.0
-
Interface Summary Interface Description RetryPredicate An interface allows to provide custom condition forRetryable
andCircuitBreaker
. -
Class Summary Class Description DefaultRetryPredicate Default retry predicate. -
Annotation Types Summary Annotation Type Description CircuitBreaker Variation ofRetryable
that implements the Circuit Breaker pattern.Fallback ASecondary
Scope
for types that should be used as a fallback.Recoverable AOP around advice that can be applied to any type or method that requiresFallback
handling.Retryable AOP Advice that can be applied to any method.