Package | Description |
---|---|
ratpack.exec |
The execution management.
|
Modifier and Type | Method and Description |
---|---|
static Throttle |
Throttle.ofSize(int size)
Create a new throttle of the given size.
|
Modifier and Type | Method and Description |
---|---|
Promise<T> |
PromiseOperations.throttled(Throttle throttle)
Throttles
this promise, using the given throttle . |