Class DefaultRetryPredicate
java.lang.Object
io.micronaut.retry.annotation.DefaultRetryPredicate
- All Implemented Interfaces:
RetryPredicate, Predicate<Throwable>
Default retry predicate.
- Since:
- 2.0
- Author:
- Anton Tsukanov
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultRetryPredicate
-
DefaultRetryPredicate
public DefaultRetryPredicate()Default constructor.
-
-
Method Details
-
test
-