Package | Description |
---|---|
ratpack.handling |
The handling of application requests.
|
Modifier and Type | Method and Description |
---|---|
<T> ResultAction<T> |
Context.resultAction(Action<T> action)
Creates a result action that uses the contextual error handler if the result is failure.
|