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 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.Methods in org.springframework.boot.actuate.health with parameters of type AdditionalHealthEndpointPathModifier and TypeMethodDescriptiondefault HealthEndpointGroup
HealthEndpointGroups.get
(AdditionalHealthEndpointPath path) Return the group with the specified additional path ornull
if no group with that path is found.