Uses of Class
org.springframework.boot.actuate.health.AdditionalHealthEndpointPath
Packages that use AdditionalHealthEndpointPath
Package
Description
Actuator health indicator and endpoints.
-
Uses of AdditionalHealthEndpointPath in org.springframework.boot.actuate.health
Methods in org.springframework.boot.actuate.health that return AdditionalHealthEndpointPathModifier and TypeMethodDescriptionstatic AdditionalHealthEndpointPathCreates anAdditionalHealthEndpointPathfrom the given input.HealthEndpointGroup.getAdditionalPath()Return an additional path that can be used to map the health group to an alternative location.static AdditionalHealthEndpointPathAdditionalHealthEndpointPath.of(WebServerNamespace webServerNamespace, String value) Creates anAdditionalHealthEndpointPathfrom the givenWebServerNamespaceand value.Methods in org.springframework.boot.actuate.health with parameters of type AdditionalHealthEndpointPathModifier and TypeMethodDescriptiondefault HealthEndpointGroupHealthEndpointGroups.get(AdditionalHealthEndpointPath path) Return the group with the specified additional path ornullif no group with that path is found.