Uses of Interface
org.springframework.boot.actuate.health.HealthEndpointGroup
Packages that use 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
Constructor parameters in org.springframework.boot.actuate.endpoint.web.reactive with type arguments of type HealthEndpointGroupModifierConstructorDescriptionAdditionalHealthEndpointPathsWebFluxHandlerMapping
(EndpointMapping endpointMapping, ExposableWebEndpoint endpoint, Set<HealthEndpointGroup> groups) -
Uses of HealthEndpointGroup in org.springframework.boot.actuate.endpoint.web.servlet
Constructor parameters in org.springframework.boot.actuate.endpoint.web.servlet with type arguments of type HealthEndpointGroupModifierConstructorDescriptionAdditionalHealthEndpointPathsWebMvcHandlerMapping
(ExposableWebEndpoint endpoint, Set<HealthEndpointGroup> groups) -
Uses of HealthEndpointGroup in org.springframework.boot.actuate.health
Methods in org.springframework.boot.actuate.health that return HealthEndpointGroupModifier 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.Methods in org.springframework.boot.actuate.health that return types with arguments of type HealthEndpointGroupModifier and TypeMethodDescriptiondefault Set<HealthEndpointGroup>
HealthEndpointGroups.getAllWithAdditionalPath
(WebServerNamespace namespace) Return all the groups with an additional path on the specifiedWebServerNamespace
.Methods in org.springframework.boot.actuate.health with parameters of type HealthEndpointGroupModifier and TypeMethodDescriptionstatic HealthEndpointGroups
HealthEndpointGroups.of
(HealthEndpointGroup primary, Map<String, HealthEndpointGroup> additional) Factory method to create aHealthEndpointGroups
instance.Method parameters in org.springframework.boot.actuate.health with type arguments of type HealthEndpointGroupModifier and TypeMethodDescriptionstatic HealthEndpointGroups
HealthEndpointGroups.of
(HealthEndpointGroup primary, Map<String, HealthEndpointGroup> additional) Factory method to create aHealthEndpointGroups
instance.