Package | Description |
---|---|
ratpack.exec |
The execution management.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Promise<T>
A promise for a value that will be available later.
|
Modifier and Type | Method and Description |
---|---|
SuccessPromise<T> |
Promise.onError(Action<? super Throwable> errorHandler)
Specifies the action to take if the an error occurs trying to produce the promised value.
|