クラス CompositeHealthDescriptor
java.lang.ObjectSE
org.springframework.boot.actuate.health.HealthDescriptor
org.springframework.boot.actuate.health.CompositeHealthDescriptor
- 実装されているすべてのインターフェース:
OperationResponseBody
- 既知の直属サブクラス
SystemHealthDescriptor
public sealed class CompositeHealthDescriptor
extends HealthDescriptor
permits SystemHealthDescriptor
その他の
health descriptors
で構成されるヘルスの説明。- 導入:
- 4.0.0
- 作成者:
- Phillip Webb
メソッドのサマリー
修飾子と型メソッド説明@Nullable MapSE
<StringSE, HealthDescriptor> @Nullable MapSE
<StringSE, HealthDescriptor> コンポーネントのステータスを返します。
メソッドの詳細
getStatus
クラスからコピーされた説明:HealthDescriptor
コンポーネントのステータスを返します。- 次で指定:
- クラス
HealthDescriptor
のgetStatus
- 戻り値:
- コンポーネントのステータス
getComponents
getDetails