Uses of Interface
org.springframework.boot.actuate.health.HealthEndpointGroups
Packages that use HealthEndpointGroups
Package
Description
Auto-configuration for exposing actuator web endpoints using WebFlux.
Auto-configuration for exposing actuator web endpoints using Spring MVC.
Jersey support for actuator endpoints.
Actuator health indicator and endpoints.
-
Uses of HealthEndpointGroups in org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive
Methods in org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive with parameters of type HealthEndpointGroupsModifier and TypeMethodDescriptionWebFluxEndpointManagementContextConfiguration.managementHealthEndpointWebFluxHandlerMapping
(WebEndpointsSupplier webEndpointsSupplier, HealthEndpointGroups groups) -
Uses of HealthEndpointGroups in org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet
Methods in org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet with parameters of type HealthEndpointGroupsModifier and TypeMethodDescriptionWebMvcEndpointManagementContextConfiguration.managementHealthEndpointWebMvcHandlerMapping
(WebEndpointsSupplier webEndpointsSupplier, HealthEndpointGroups groups) -
Uses of HealthEndpointGroups in org.springframework.boot.actuate.endpoint.web.jersey
Constructors in org.springframework.boot.actuate.endpoint.web.jersey with parameters of type HealthEndpointGroupsModifierConstructorDescriptionJerseyHealthEndpointAdditionalPathResourceFactory
(WebServerNamespace serverNamespace, HealthEndpointGroups groups) -
Uses of HealthEndpointGroups in org.springframework.boot.actuate.health
Methods in org.springframework.boot.actuate.health that return HealthEndpointGroupsModifier and TypeMethodDescriptionstatic HealthEndpointGroups
HealthEndpointGroups.of
(HealthEndpointGroup primary, Map<String, HealthEndpointGroup> additional) Factory method to create aHealthEndpointGroups
instance.HealthEndpointGroupsPostProcessor.postProcessHealthEndpointGroups
(HealthEndpointGroups groups) Post-process the givenHealthEndpointGroups
instance.Methods in org.springframework.boot.actuate.health with parameters of type HealthEndpointGroupsModifier and TypeMethodDescriptionHealthEndpointGroupsPostProcessor.postProcessHealthEndpointGroups
(HealthEndpointGroups groups) Post-process the givenHealthEndpointGroups
instance.Constructors in org.springframework.boot.actuate.health with parameters of type HealthEndpointGroupsModifierConstructorDescriptionHealthEndpoint
(HealthContributorRegistry registry, HealthEndpointGroups groups, Duration slowIndicatorLoggingThreshold) Create a newHealthEndpoint
instance.HealthEndpointWebExtension
(HealthContributorRegistry registry, HealthEndpointGroups groups, Duration slowIndicatorLoggingThreshold) Create a newHealthEndpointWebExtension
instance.ReactiveHealthEndpointWebExtension
(ReactiveHealthContributorRegistry registry, HealthEndpointGroups groups, Duration slowIndicatorLoggingThreshold) Create a newReactiveHealthEndpointWebExtension
instance.