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 HealthEndpointGroupsHealthEndpointGroups.of(HealthEndpointGroup primary, Map<String, HealthEndpointGroup> additional) Factory method to create aHealthEndpointGroupsinstance.HealthEndpointGroupsPostProcessor.postProcessHealthEndpointGroups(HealthEndpointGroups groups) Post-process the givenHealthEndpointGroupsinstance.Methods in org.springframework.boot.actuate.health with parameters of type HealthEndpointGroupsModifier and TypeMethodDescriptionHealthEndpointGroupsPostProcessor.postProcessHealthEndpointGroups(HealthEndpointGroups groups) Post-process the givenHealthEndpointGroupsinstance.Constructors in org.springframework.boot.actuate.health with parameters of type HealthEndpointGroupsModifierConstructorDescriptionHealthEndpoint(HealthContributorRegistry registry, HealthEndpointGroups groups, Duration slowIndicatorLoggingThreshold) Create a newHealthEndpointinstance.HealthEndpointWebExtension(HealthContributorRegistry registry, HealthEndpointGroups groups, Duration slowIndicatorLoggingThreshold) Create a newHealthEndpointWebExtensioninstance.ReactiveHealthEndpointWebExtension(ReactiveHealthContributorRegistry registry, HealthEndpointGroups groups, Duration slowIndicatorLoggingThreshold) Create a newReactiveHealthEndpointWebExtensioninstance.