The following ones would be useful to configure rules for RetryingClient and CircuitBreakerClient when a request is timed out before fully receiving a response.
RetryRule.onResponseTimeout(Backoff backoff)
RetryRule.builder().onResponseTimeout()
CircuitBreaker.onResponseTimeout(Backoff backoff)
CircuitBreaker.builder().onResponseTimeout()
The following ones would be useful to configure rules for
RetryingClientandCircuitBreakerClientwhen a request is timed out before fully receiving a response.RetryRule.onResponseTimeout(Backoff backoff)RetryRule.builder().onResponseTimeout()CircuitBreaker.onResponseTimeout(Backoff backoff)CircuitBreaker.builder().onResponseTimeout()