Interface RetryStrategyWithContent<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 RetryStrategyWithContent<T extends Response>
    Determines whether a failed request should be retried using the content of a Response. If you just need the HttpHeaders to make a decision, use RetryStrategy for efficiency.