public class RateLimit extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RateLimit.TimeUnitDeserializer |
| Modifier and Type | Field and Description |
|---|---|
int |
calls |
int |
timeSpan |
TimeUnit |
timeUnit |
| Constructor and Description |
|---|
RateLimit()
Constructor
|
RateLimit(int calls,
int timeSpan,
TimeUnit timeUnit) |
| Modifier and Type | Method and Description |
|---|---|
long |
getPollDelayMillis() |
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.