Uses of Interface
org.springframework.boot.health.registry.HealthContributorRegistry
Packages that use HealthContributorRegistry
Package
Description
Actuator endpoint for health.
Health registry support.
-
Uses of HealthContributorRegistry in org.springframework.boot.health.actuate.endpoint
Constructors in org.springframework.boot.health.actuate.endpoint with parameters of type HealthContributorRegistryModifierConstructorDescriptionHealthEndpoint(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 HealthContributorRegistry in org.springframework.boot.health.registry
Classes in org.springframework.boot.health.registry that implement HealthContributorRegistry