Uses of Interface
org.springframework.boot.health.actuate.endpoint.HealthEndpointGroups
Packages that use HealthEndpointGroups
Package
Description
Actuator endpoint for health.
Jersey support for actuator endpoints.
Auto-configuration for WebFlux-based actuator web concerns.
-
Uses of HealthEndpointGroups in org.springframework.boot.health.actuate.endpoint
Methods in org.springframework.boot.health.actuate.endpoint 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.health.actuate.endpoint with parameters of type HealthEndpointGroupsModifier and TypeMethodDescriptionHealthEndpointGroupsPostProcessor.postProcessHealthEndpointGroups(HealthEndpointGroups groups) Post-process the givenHealthEndpointGroupsinstance.Constructors in org.springframework.boot.health.actuate.endpoint with parameters of type HealthEndpointGroupsModifierConstructorDescriptionHealthEndpoint(HealthContributorRegistry registry, @Nullable ReactiveHealthContributorRegistry fallbackRegistry, HealthEndpointGroups groups, @Nullable Duration slowContributorLoggingThreshold) Create a newHealthEndpointinstance.HealthEndpointWebExtension(HealthContributorRegistry registry, @Nullable ReactiveHealthContributorRegistry fallbackRegistry, HealthEndpointGroups groups, @Nullable Duration slowContributorLoggingThreshold) Create a newHealthEndpointWebExtensioninstance.ReactiveHealthEndpointWebExtension(ReactiveHealthContributorRegistry registry, @Nullable HealthContributorRegistry fallbackRegistry, HealthEndpointGroups groups, @Nullable Duration slowContributorLoggingThreshold) Create a newReactiveHealthEndpointWebExtensioninstance. -
Uses of HealthEndpointGroups in org.springframework.boot.jersey.actuate.endpoint.web
Constructors in org.springframework.boot.jersey.actuate.endpoint.web with parameters of type HealthEndpointGroupsModifierConstructorDescriptionJerseyHealthEndpointAdditionalPathResourceFactory(WebServerNamespace serverNamespace, HealthEndpointGroups groups) -
Uses of HealthEndpointGroups in org.springframework.boot.webflux.autoconfigure.actuate.web
Methods in org.springframework.boot.webflux.autoconfigure.actuate.web with parameters of type HealthEndpointGroupsModifier and TypeMethodDescriptionWebFluxEndpointManagementContextConfiguration.managementHealthEndpointWebFluxHandlerMapping(WebEndpointsSupplier webEndpointsSupplier, HealthEndpointGroups groups)