インターフェースの使用
org.springframework.boot.health.actuate.endpoint.HealthEndpointGroup
HealthEndpointGroup を使用するパッケージ
パッケージ
説明
ヘルスのアクチュエーターエンドポイント。
Spring WebFlux は、アクチュエーターエンドポイントをサポートします。
アクチュエーターエンドポイントの Spring MVC サポート。
org.springframework.boot.health.actuate.endpoint 内の HealthEndpointGroup 使用
修飾子と型メソッド説明@Nullable HealthEndpointGroup指定された名前のグループを返すか、名前が不明の場合はnullを返します。default @Nullable HealthEndpointGroupHealthEndpointGroups.get(AdditionalHealthEndpointPath path) 指定された追加パスを持つグループを返します。そのパスを持つグループが見つからない場合は、nullを返します。HealthEndpointGroups.getPrimary()エンドポイントで使用されるプライマリグループを返します。型 HealthEndpointGroup の引数を持つ型を返す org.springframework.boot.health.actuate.endpoint のメソッド修飾子と型メソッド説明default SetSE<HealthEndpointGroup> HealthEndpointGroups.getAllWithAdditionalPath(WebServerNamespace namespace) 指定されたWebServerNamespace上の追加のパスを持つすべてのグループを返します。型 HealthEndpointGroup のパラメーターを持つ org.springframework.boot.health.actuate.endpoint のメソッド修飾子と型メソッド説明static HealthEndpointGroupsHealthEndpointGroups.of(HealthEndpointGroup primary, MapSE<StringSE, HealthEndpointGroup> additional) HealthEndpointGroupsインスタンスを作成するファクトリメソッド。型 HealthEndpointGroup の型引数を持つ org.springframework.boot.health.actuate.endpoint のメソッドパラメーター修飾子と型メソッド説明static HealthEndpointGroupsHealthEndpointGroups.of(HealthEndpointGroup primary, MapSE<StringSE, HealthEndpointGroup> additional) HealthEndpointGroupsインスタンスを作成するファクトリメソッド。org.springframework.boot.webflux.actuate.endpoint.web 内の HealthEndpointGroup 使用
型の型引数を持つ org.springframework.boot.webflux.actuate.endpoint.web のコンストラクターパラメーター HealthEndpointGroup修飾子コンストラクター説明AdditionalHealthEndpointPathsWebFluxHandlerMapping(EndpointMapping endpointMapping, @Nullable ExposableWebEndpoint healthEndpoint, SetSE<HealthEndpointGroup> groups) org.springframework.boot.webmvc.actuate.endpoint.web 内の HealthEndpointGroup 使用
型の型引数を持つ org.springframework.boot.webmvc.actuate.endpoint.web のコンストラクターパラメーター HealthEndpointGroup修飾子コンストラクター説明AdditionalHealthEndpointPathsWebMvcHandlerMapping(@Nullable ExposableWebEndpoint healthEndpoint, SetSE<HealthEndpointGroup> groups)