类的使用
org.springframework.boot.actuate.health.AdditionalHealthEndpointPath
-
org.springframework.boot.actuate.health中AdditionalHealthEndpointPath的使用
修饰符和类型方法说明static 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.修饰符和类型方法说明default HealthEndpointGroup
HealthEndpointGroups.get
(AdditionalHealthEndpointPath path) Return the group with the specified additional path ornull
if no group with that path is found.