Package org.springframework.boot.actuate.endpoint.web
package org.springframework.boot.actuate.endpoint.web
Web support for actuator endpoints.
-
ClassDescriptionStrategy interface used to provide a mapping between an endpoint ID and any additional paths where it will be exposed.A 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.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.since 3.3.0 in favor of@Endpoint
and@WebEndpoint
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.Deprecated, for removal: This API element is subject to removal in a future version.since 3.3.0 in favor of@Endpoint
and@WebEndpoint
supportAn 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.A web server namespace used for disambiguation when multiple web servers are running in the same application (for example a management context running on a different port).
@Endpoint
and@WebEndpoint