Package io.micronaut.retry.annotation
package io.micronaut.retry.annotation
Retry AOP annotations.
- Since:
- 1.0
- Author:
- graemerocher
-
ClassDescriptionVariation of
Retryable
that implements the Circuit Breaker pattern.Default retry predicate.AOP around advice that can be applied to any type or method that requiresFallback
handling.AOP Advice that can be applied to any method.An interface allows to provide custom condition forRetryable
andCircuitBreaker
.