public interface RetryStrategy
| Modifier and Type | Method and Description |
|---|---|
double |
retryAfter(FetchOptions fetchOptions,
FetchResponse fetchResponse,
int attemptNumber) |
boolean |
shouldRetry(FetchOptions fetchOptions,
FetchResponse fetchResponse,
int attemptNumber) |
boolean shouldRetry(FetchOptions fetchOptions, FetchResponse fetchResponse, int attemptNumber)
double retryAfter(FetchOptions fetchOptions, FetchResponse fetchResponse, int attemptNumber)