Package | Description |
---|---|
ratpack.background |
Mechanisms for executing operations that performing operations in the background (i.e.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
Background.SuccessOrError<T>
A builder for specifying the result handling strategy for a blocking operation.
|
Modifier and Type | Method and Description |
---|---|
Background.Success<T> |
Background.SuccessOrError.onError(Action<? super Throwable> errorHandler)
Specifies the action to take should an error occur during the blocking operation.
|