Interface RetryRuleWithContent<T extends Response>

Type Parameters:
T - the response type
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 RetryRuleWithContent<T extends Response>
Determines whether a failed request should be retried using the content of a Response. If you just need the headers to make a decision, use RetryRule for efficiency.