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