Interface RateLimitConstants


  • @Deprecated
    public interface RateLimitConstants
    Deprecated.
    As of 9.13.0, use the RetryInterceptor instead.
    This class encapsulate constants that can be passed as defaults to RateLimitInterceptor.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int DEFAULT_INTERVAL
      Deprecated.
      Time to wait before retrying in absence of information from server.
      static int MAX_RETRIES
      Deprecated.
      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