Interface RateLimitConstants
-
@Deprecated public interface RateLimitConstantsDeprecated.As of 9.13.0, use the RetryInterceptor instead.This class encapsulate constants that can be passed as defaults toRateLimitInterceptor.
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_INTERVALDeprecated.Time to wait before retrying in absence of information from server.static intMAX_RETRIESDeprecated.Maximum amount of times a request will be retried.
-
-
-
Field Detail
-
DEFAULT_INTERVAL
static final int DEFAULT_INTERVAL
Deprecated.Time to wait before retrying in absence of information from server.- See Also:
- Constant Field Values
-
MAX_RETRIES
static final int MAX_RETRIES
Deprecated.Maximum amount of times a request will be retried.- See Also:
- Constant Field Values
-
-