Package org.springframework.boot.actuate.endpoint.web
package org.springframework.boot.actuate.endpoint.web
Web support for actuator endpoints.
-
ClassDescriptionA resolver for
links
to web endpoints.A value object for the base mapping for endpoints.Media types that are, by default, produced and consumed by an endpoint.Contains details of a servlet that is exposed as an actuator endpoint.Information describing an endpoint that can be exposed by registering a servlet.Information describing an endpoint that can be exposed over the web.Details for a link in a HAL-formatted response.Interface that can be implemented by anExposableEndpoint
that is mapped to a root web path.A collection ofpath mapped endpoints
.Strategy interface used to provide a mapping between an endpoint ID and the root path where it will be exposed.ServletContextInitializer
to registerservlet endpoints
.An enumeration of HTTP methods supported by web endpoint operations.AWebEndpointResponse
can be returned by an operation on a@EndpointWebExtension
to provide additional, web-specific information such as the HTTP status code.An operation on a web endpoint.A predicate for a request to an operation on a web endpoint.Enumeration of server namespaces.