See: Description
Interface | Description |
---|---|
AsyncContext |
Injectable asynchronous processing context that can be used to control various aspects
of asynchronous processing of a single request.
|
Endpoint |
Server-side REST-ful endpoint.
|
RespondingContext |
Context that can be used during the data processing for registering response
processing stages and/or functions that will be invoked during the response processing
to transform the response before it is written to the client.
|
Enum | Description |
---|---|
AsyncContext.State |
Asynchronous processing context state.
|
Exception | Description |
---|---|
MappableException |
A runtime exception that contains a cause, a checked or runtime exception,
that may be mapped to a
Response instance. |