Uses of Interface
org.springframework.boot.actuate.health.HealthContributorRegistry
Packages that use HealthContributorRegistry
Package
Description
Actuator health indicator and endpoints.
-
Uses of HealthContributorRegistry in org.springframework.boot.actuate.health
Classes in org.springframework.boot.actuate.health that implement HealthContributorRegistryConstructors in org.springframework.boot.actuate.health with parameters of type HealthContributorRegistryModifierConstructorDescriptionHealthEndpoint
(HealthContributorRegistry registry, HealthEndpointGroups groups, Duration slowIndicatorLoggingThreshold) Create a newHealthEndpoint
instance.HealthEndpointWebExtension
(HealthContributorRegistry registry, HealthEndpointGroups groups, Duration slowIndicatorLoggingThreshold) Create a newHealthEndpointWebExtension
instance.