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