クラス 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