クラス CompositeHealthDescriptor
java.lang.ObjectSE
org.springframework.boot.health.actuate.endpoint.HealthDescriptor
org.springframework.boot.health.actuate.endpoint.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