See: Description
| Interface | Description |
|---|---|
| ExposableServletEndpoint |
Information describing an endpoint that can be exposed by registering a servlet.
|
| ExposableWebEndpoint |
Information describing an endpoint that can be exposed over the web.
|
| PathMappedEndpoint |
Interface that can be implemented by an
ExposableEndpoint that is mapped to a
root web path. |
| PathMapper |
Strategy interface used to provide a mapping between an endpoint ID and the root path
where it will be exposed.
|
| WebEndpointsSupplier | |
| WebOperation |
An operation on a web endpoint.
|
| Class | Description |
|---|---|
| EndpointLinksResolver |
A resolver for
links to web endpoints. |
| EndpointMapping |
A value object for the base mapping for endpoints.
|
| EndpointMediaTypes |
Media types that are, by default, produced and consumed by an endpoint.
|
| EndpointServlet |
Contains details of a servlet that is exposed as an actuator endpoint.
|
| Link |
Details for a link in a
HAL-formatted
response.
|
| PathMappedEndpoints |
A collection of
path mapped endpoints. |
| ServletEndpointRegistrar |
ServletContextInitializer to register servlet
endpoints. |
| WebEndpointResponse<T> |
A
WebEndpointResponse can be returned by an operation on a
@EndpointWebExtension to provide additional, web-specific
information such as the HTTP status code. |
| WebOperationRequestPredicate |
A predicate for a request to an operation on a web endpoint.
|
| WebServerNamespace |
Enumeration of server namespaces.
|
| Enum | Description |
|---|---|
| WebEndpointHttpMethod |
An enumeration of HTTP methods supported by web endpoint operations.
|