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