接口的使用
org.springframework.boot.actuate.health.HealthEndpointGroup
使用HealthEndpointGroup的程序包
程序包
说明
Spring WebFlux support for actuator endpoints.
Spring MVC support for actuator endpoints.
Actuator health indicator and endpoints.
-
org.springframework.boot.actuate.endpoint.web.reactive中HealthEndpointGroup的使用
限定符构造器说明AdditionalHealthEndpointPathsWebFluxHandlerMapping(EndpointMapping endpointMapping, ExposableWebEndpoint healthEndpoint, Set<HealthEndpointGroup> groups) -
org.springframework.boot.actuate.endpoint.web.servlet中HealthEndpointGroup的使用
限定符构造器说明AdditionalHealthEndpointPathsWebMvcHandlerMapping(ExposableWebEndpoint healthEndpoint, Set<HealthEndpointGroup> groups) -
org.springframework.boot.actuate.health中HealthEndpointGroup的使用
修饰符和类型方法说明Return the group with the specified name ornullif the name is not known.default HealthEndpointGroupHealthEndpointGroups.get(AdditionalHealthEndpointPath path) Return the group with the specified additional path ornullif no group with that path is found.HealthEndpointGroups.getPrimary()Return the primary group used by the endpoint.返回变量类型为HealthEndpointGroup的类型的org.springframework.boot.actuate.health中的方法修饰符和类型方法说明default Set<HealthEndpointGroup> HealthEndpointGroups.getAllWithAdditionalPath(WebServerNamespace namespace) Return all the groups with an additional path on the specifiedWebServerNamespace.修饰符和类型方法说明static HealthEndpointGroupsHealthEndpointGroups.of(HealthEndpointGroup primary, Map<String, HealthEndpointGroup> additional) Factory method to create aHealthEndpointGroupsinstance.修饰符和类型方法说明static HealthEndpointGroupsHealthEndpointGroups.of(HealthEndpointGroup primary, Map<String, HealthEndpointGroup> additional) Factory method to create aHealthEndpointGroupsinstance.