public interface RateLimitService
Modifier and Type | Method and Description |
---|---|
long |
getAvailableCalls(long accountId) |
long |
getTimeCallsWillGetAvailable(long accountId,
int calls) |
long |
getTimeToWaitForNextCall(long accountId) |
boolean |
isRateLimitAvailable(long accountId) |