Uses of Interface
org.springframework.boot.health.registry.ReactiveHealthContributorRegistry
Packages that use ReactiveHealthContributorRegistry
Package
Description
Support for gRPC server health checks.
Actuator endpoint for health.
Auto-configuration for health contributors.
Health registry support.
-
Uses of ReactiveHealthContributorRegistry in org.springframework.boot.grpc.server.health
Constructors in org.springframework.boot.grpc.server.health with parameters of type ReactiveHealthContributorRegistryModifierConstructorDescriptionGrpcServerHealth(HealthContributorRegistry registry, @Nullable ReactiveHealthContributorRegistry fallbackRegistry, HealthCheckedGrpcComponents components) Create a newGrpcServerHealthinstance. -
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.autoconfigure.contributor
Constructors in org.springframework.boot.health.autoconfigure.contributor with parameters of type ReactiveHealthContributorRegistryModifierConstructorDescriptionHealthContributorMembershipValidator(HealthContributorRegistry registry, @Nullable ReactiveHealthContributorRegistry fallbackRegistry, String disableValidationProperty, Consumer<HealthContributorMembershipValidator.Members> members) Create a newHealthContributorMembershipValidatorinstance. -
Uses of ReactiveHealthContributorRegistry in org.springframework.boot.health.registry
Classes in org.springframework.boot.health.registry that implement ReactiveHealthContributorRegistry