Uses of Interface
org.springframework.boot.health.actuate.endpoint.HealthEndpointGroup
Packages that use HealthEndpointGroup
Package
Description
Actuator endpoint for health.
Spring WebFlux support for actuator endpoints.
Spring MVC support for actuator endpoints.
-
Uses of HealthEndpointGroup in org.springframework.boot.health.actuate.endpoint
Methods in org.springframework.boot.health.actuate.endpoint that return HealthEndpointGroupModifier and TypeMethodDescription@Nullable HealthEndpointGroupReturn the group with the specified name ornullif the name is not known.default @Nullable 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.health.actuate.endpoint 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.health.actuate.endpoint 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.health.actuate.endpoint with type arguments of type HealthEndpointGroupModifier and TypeMethodDescriptionstatic HealthEndpointGroupsHealthEndpointGroups.of(HealthEndpointGroup primary, Map<String, HealthEndpointGroup> additional) Factory method to create aHealthEndpointGroupsinstance. -
Uses of HealthEndpointGroup in org.springframework.boot.webflux.actuate.endpoint.web
Constructor parameters in org.springframework.boot.webflux.actuate.endpoint.web with type arguments of type HealthEndpointGroupModifierConstructorDescriptionAdditionalHealthEndpointPathsWebFluxHandlerMapping(EndpointMapping endpointMapping, @Nullable ExposableWebEndpoint healthEndpoint, Set<HealthEndpointGroup> groups) -
Uses of HealthEndpointGroup in org.springframework.boot.webmvc.actuate.endpoint.web
Constructor parameters in org.springframework.boot.webmvc.actuate.endpoint.web with type arguments of type HealthEndpointGroupModifierConstructorDescriptionAdditionalHealthEndpointPathsWebMvcHandlerMapping(@Nullable ExposableWebEndpoint healthEndpoint, Set<HealthEndpointGroup> groups)