Interface RetryPredicate

  • All Superinterfaces:
    java.util.function.Predicate<java.lang.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 java.util.function.Predicate<java.lang.Throwable>
    An interface allows to provide custom condition for Retryable and CircuitBreaker.
    Since:
    2.0
    • Method Summary

      • Methods inherited from interface java.util.function.Predicate

        and, negate, or, test