Interface RetryPredicate

All Superinterfaces:
Predicate<Throwable>
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.

@Introspected @FunctionalInterface public interface RetryPredicate extends Predicate<Throwable>
An interface allows to provide custom condition for Retryable and CircuitBreaker.
Since:
2.0
Author:
Anton Tsukanov