Interface RateLimitRetry.RateLimitHitListener
-
- Enclosing class:
- RateLimitRetry
public static interface RateLimitRetry.RateLimitHitListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhitRateLimit(int retry, int waitSeconds)Should return fast!
-
-
-
Method Detail
-
hitRateLimit
void hitRateLimit(int retry, int waitSeconds)Should return fast!- Parameters:
retry- 0 toRateLimitRetry.NUMBER_OF_RETRIES- 1waitSeconds-
-
-