Package io.micronaut.retry.annotation
package io.micronaut.retry.annotation
Retry AOP annotations.
- Since:
- 1.0
-
ClassDescriptionVariation of
Retryablethat implements the Circuit Breaker pattern.Default retry predicate.ASecondaryScopefor types that should be used as a fallback.AOP around advice that can be applied to any type or method that requiresFallbackhandling.AOP Advice that can be applied to any method.An interface allows to provide custom condition forRetryableandCircuitBreaker.