Class RateLimitContext


  • @Deprecated
    public class RateLimitContext
    extends java.lang.Object
    Deprecated.
    As of 9.13.0, use the RetryInterceptor instead.
    Carries per request state for RateLimitInterceptor.
    • Constructor Detail

      • RateLimitContext

        public RateLimitContext​(int maxRetries)
        Deprecated.
    • Method Detail

      • decrementAndCheck

        public boolean decrementAndCheck()
        Deprecated.
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object