Uses of Class
org.springframework.boot.actuate.health.AdditionalHealthEndpointPath
Package
Description
Actuator health indicator and endpoints.
-
Uses of AdditionalHealthEndpointPath in org.springframework.boot.actuate.health
Modifier and TypeMethodDescriptionstatic AdditionalHealthEndpointPath
Creates anAdditionalHealthEndpointPath
from the given input.HealthEndpointGroup.getAdditionalPath()
Return an additional path that can be used to map the health group to an alternative location.static AdditionalHealthEndpointPath
AdditionalHealthEndpointPath.of
(WebServerNamespace webServerNamespace, String value) Creates anAdditionalHealthEndpointPath
from the givenWebServerNamespace
and value.Modifier and TypeMethodDescriptiondefault HealthEndpointGroup
HealthEndpointGroups.get
(AdditionalHealthEndpointPath path) Return the group with the specified additional path ornull
if no group with that path is found.