Package | Description |
---|---|
ratpack.exec |
Modifier and Type | Interface and Description |
---|---|
interface |
Promise<T>
A promise of an outcome that may be a successful result or an error exception.
|
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.
|