| Interface | Description |
|---|---|
| ApiStatus |
Base interface for statuses.
|
| Result |
This is the base result trait for problems and results
follows https://datatracker.ietf.org/doc/html/rfc7807 for status and title fields
In many cases for parallel processing and batch processing we are spinning through chunks of data.
|
| Result.Fluent<E extends Result.Fluent> |
| Enum | Description |
|---|---|
| HttpStatus |
While these are HttpStatus code they seve well for general purpose Api codes
Copied in from micronaut.
|