インターフェースの使用
org.springframework.boot.health.registry.ReactiveHealthContributorRegistry
ReactiveHealthContributorRegistry を使用するパッケージ
パッケージ
説明
ヘルスのアクチュエーターエンドポイント。
ヘルスレジストリのサポート。
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.registry 内の ReactiveHealthContributorRegistry 使用