Uses of Interface
org.springframework.boot.actuate.health.HealthEndpointGroup
Package
Description
Spring WebFlux support for actuator endpoints.
Spring MVC support for actuator endpoints.
Actuator health indicator and endpoints.
-
Uses of HealthEndpointGroup in org.springframework.boot.actuate.endpoint.web.reactive
ModifierConstructorDescriptionAdditionalHealthEndpointPathsWebFluxHandlerMapping
(EndpointMapping endpointMapping, ExposableWebEndpoint endpoint, Set<HealthEndpointGroup> groups) -
Uses of HealthEndpointGroup in org.springframework.boot.actuate.endpoint.web.servlet
ModifierConstructorDescriptionAdditionalHealthEndpointPathsWebMvcHandlerMapping
(ExposableWebEndpoint endpoint, Set<HealthEndpointGroup> groups) -
Uses of HealthEndpointGroup in org.springframework.boot.actuate.health
Modifier and TypeMethodDescriptionReturn the group with the specified name ornull
if the name is not known.default HealthEndpointGroup
HealthEndpointGroups.get
(AdditionalHealthEndpointPath path) Return the group with the specified additional path ornull
if no group with that path is found.HealthEndpointGroups.getPrimary()
Return the primary group used by the endpoint.Modifier and TypeMethodDescriptiondefault Set<HealthEndpointGroup>
HealthEndpointGroups.getAllWithAdditionalPath
(WebServerNamespace namespace) Return all the groups with an additional path on the specifiedWebServerNamespace
.Modifier and TypeMethodDescriptionstatic HealthEndpointGroups
HealthEndpointGroups.of
(HealthEndpointGroup primary, Map<String, HealthEndpointGroup> additional) Factory method to create aHealthEndpointGroups
instance.Modifier and TypeMethodDescriptionstatic HealthEndpointGroups
HealthEndpointGroups.of
(HealthEndpointGroup primary, Map<String, HealthEndpointGroup> additional) Factory method to create aHealthEndpointGroups
instance.