Package io.micronaut.retry.annotation
Interface RetryPredicate
- All Known Implementing Classes:
DefaultRetryPredicate
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An interface allows to provide custom condition for
Retryable
and
CircuitBreaker
.- Since:
- 2.0
- Author:
- Anton Tsukanov
-
Method Summary