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 healthEndpoint, 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 healthEndpoint, 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 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.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 HealthEndpointGroupsHealthEndpointGroups.of(HealthEndpointGroup primary, Map<String, HealthEndpointGroup> additional) Factory method to create aHealthEndpointGroupsinstance.Method parameters in org.springframework.boot.actuate.health with type arguments of type HealthEndpointGroupModifier and TypeMethodDescriptionstatic HealthEndpointGroupsHealthEndpointGroups.of(HealthEndpointGroup primary, Map<String, HealthEndpointGroup> additional) Factory method to create aHealthEndpointGroupsinstance.