Uses of Interface
org.springframework.boot.actuate.health.ReactiveHealthContributorRegistry
Packages that use ReactiveHealthContributorRegistry
Package
Description
Actuator health indicator and endpoints.
-
Uses of ReactiveHealthContributorRegistry in org.springframework.boot.actuate.health
Classes in org.springframework.boot.actuate.health that implement ReactiveHealthContributorRegistryConstructors in org.springframework.boot.actuate.health with parameters of type ReactiveHealthContributorRegistryModifierConstructorDescriptionReactiveHealthEndpointWebExtension
(ReactiveHealthContributorRegistry registry, HealthEndpointGroups groups, Duration slowIndicatorLoggingThreshold) Create a newReactiveHealthEndpointWebExtension
instance.