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