Interface RetryRule

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface RetryRule
Determines whether a failed request should be retried. If you need to determine by looking into the Response, use RetryRuleWithContent.