インターフェースの使用
org.springframework.boot.health.actuate.endpoint.HealthEndpointGroups
HealthEndpointGroups を使用するパッケージ
パッケージ
説明
ヘルスのアクチュエーターエンドポイント。
アクチュエーターエンドポイントの Jersey サポート。
org.springframework.boot.health.actuate.endpoint 内の HealthEndpointGroups 使用
修飾子と型メソッド説明static HealthEndpointGroupsHealthEndpointGroups.of(HealthEndpointGroup primary, MapSE<StringSE, HealthEndpointGroup> additional) HealthEndpointGroupsインスタンスを作成するファクトリメソッド。HealthEndpointGroupsPostProcessor.postProcessHealthEndpointGroups(HealthEndpointGroups groups) 指定されたHealthEndpointGroupsインスタンスを後処理します。型 HealthEndpointGroups のパラメーターを持つ org.springframework.boot.health.actuate.endpoint のメソッド修飾子と型メソッド説明HealthEndpointGroupsPostProcessor.postProcessHealthEndpointGroups(HealthEndpointGroups groups) 指定されたHealthEndpointGroupsインスタンスを後処理します。型 HealthEndpointGroups のパラメーターを持つ 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.jersey.actuate.endpoint.web 内の HealthEndpointGroups 使用
型 HealthEndpointGroups のパラメーターを持つ org.springframework.boot.jersey.actuate.endpoint.web のコンストラクター修飾子コンストラクター説明JerseyHealthEndpointAdditionalPathResourceFactory(WebServerNamespace serverNamespace, HealthEndpointGroups groups)