インターフェースの使用
org.springframework.boot.health.registry.ReactiveHealthContributorRegistry
ReactiveHealthContributorRegistry を使用するパッケージ
パッケージ
説明
gRPC サーバーのヘルスチェックをサポート。
ヘルスのアクチュエーターエンドポイント。
ヘルスコントリビューター向けの自動構成。
ヘルスレジストリのサポート。
org.springframework.boot.grpc.server.health 内の ReactiveHealthContributorRegistry 使用
型 ReactiveHealthContributorRegistry のパラメーターを持つ org.springframework.boot.grpc.server.health のコンストラクター修飾子コンストラクター説明GrpcServerHealth(HealthContributorRegistry registry, @Nullable ReactiveHealthContributorRegistry fallbackRegistry, HealthCheckedGrpcComponents components) 新しいGrpcServerHealthインスタンスを作成します。org.springframework.boot.health.actuate.endpoint 内の ReactiveHealthContributorRegistry 使用
型 ReactiveHealthContributorRegistry のパラメーターを持つ org.springframework.boot.health.actuate.endpoint のコンストラクター修飾子コンストラクター説明HealthEndpoint(HealthContributorRegistry registry, @Nullable ReactiveHealthContributorRegistry fallbackRegistry, HealthEndpointGroups groups, @Nullable DurationSE slowContributorLoggingThreshold) 新しいHealthEndpointインスタンスを作成します。HealthEndpointWebExtension(HealthContributorRegistry registry, @Nullable ReactiveHealthContributorRegistry fallbackRegistry, HealthEndpointGroups groups, @Nullable DurationSE slowContributorLoggingThreshold) 新しいHealthEndpointWebExtensionインスタンスを作成します。ReactiveHealthEndpointWebExtension(ReactiveHealthContributorRegistry registry, @Nullable HealthContributorRegistry fallbackRegistry, HealthEndpointGroups groups, @Nullable DurationSE slowContributorLoggingThreshold) 新しいReactiveHealthEndpointWebExtensionインスタンスを作成します。org.springframework.boot.health.autoconfigure.contributor 内の ReactiveHealthContributorRegistry 使用
型 ReactiveHealthContributorRegistry のパラメーターを持つ org.springframework.boot.health.autoconfigure.contributor のコンストラクター修飾子コンストラクター説明HealthContributorMembershipValidator(HealthContributorRegistry registry, @Nullable ReactiveHealthContributorRegistry fallbackRegistry, StringSE disableValidationProperty, ConsumerSE<HealthContributorMembershipValidator.Members> members) 新しいHealthContributorMembershipValidatorインスタンスを作成します。org.springframework.boot.health.registry 内の ReactiveHealthContributorRegistry 使用