Uses of Class
org.springframework.boot.health.actuate.endpoint.AdditionalHealthEndpointPath
Packages that use AdditionalHealthEndpointPath
-
Uses of AdditionalHealthEndpointPath in org.springframework.boot.health.actuate.endpoint
Methods in org.springframework.boot.health.actuate.endpoint that return AdditionalHealthEndpointPathModifier and TypeMethodDescriptionstatic AdditionalHealthEndpointPathCreates anAdditionalHealthEndpointPathfrom the given input.@Nullable AdditionalHealthEndpointPathHealthEndpointGroup.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.health.actuate.endpoint with parameters of type AdditionalHealthEndpointPathModifier and TypeMethodDescriptiondefault @Nullable HealthEndpointGroupHealthEndpointGroups.get(AdditionalHealthEndpointPath path) Return the group with the specified additional path ornullif no group with that path is found.