Uses of Interface
org.springframework.boot.actuate.endpoint.web.PathMappedEndpoint
Package
Description
Web support for actuator endpoints.
Annotation support for actuator web endpoints.
-
Uses of PathMappedEndpoint in org.springframework.boot.actuate.endpoint.web
Modifier and TypeInterfaceDescriptioninterface
Deprecated, for removal: This API element is subject to removal in a future version.interface
Information describing an endpoint that can be exposed over the web.Modifier and TypeMethodDescriptionPathMappedEndpoints.getEndpoint
(EndpointId endpointId) Return thePathMappedEndpoint
with the given ID ornull
if the endpoint cannot be found.Modifier and TypeMethodDescriptionPathMappedEndpoints.iterator()
PathMappedEndpoints.stream()
Stream allpath mapped endpoints
. -
Uses of PathMappedEndpoint in org.springframework.boot.actuate.endpoint.web.annotation
Modifier and TypeInterfaceDescriptioninterface
Deprecated, for removal: This API element is subject to removal in a future version.since 3.3.3 in favor of@Endpoint
and@WebEndpoint
support
@Endpoint
and@WebEndpoint