Package | Description |
---|---|
ratpack.handling |
The handling of application requests.
|
ratpack.promise |
Promises are strategy builders for the result of async operations.
|
Class and Description |
---|
SuccessOrErrorPromise
A promise of an outcome that may be a successful result or an error exception.
|
Class and Description |
---|
SuccessPromise
A promise of a successful outcome.
|