Package com.gmt2001.ratelimiters


package com.gmt2001.ratelimiters
  • Classes
    Class
    Description
    Handles backoff timing using an exponentially increasing duration strategy.
    Handles rate limiting using a window which resets a period of time after the first token is used
    Handles rate limiting using a window which resets a period of time after the first token is used, and where the limit can switch between two values