クラス HealthDescriptor

java.lang.ObjectSE
org.springframework.boot.health.actuate.endpoint.HealthDescriptor
実装されているすべてのインターフェース:
OperationResponseBody
既知の直属サブクラス
CompositeHealthDescriptor, IndicatedHealthDescriptor

public abstract sealed class HealthDescriptor extends ObjectSE implements OperationResponseBody permits IndicatedHealthDescriptor, CompositeHealthDescriptor
ステータスを含むヘルス状態の説明。
導入:
4.0.0
作成者:
Phillip Webb
  • コンストラクターの詳細

    • HealthDescriptor

      public HealthDescriptor()
  • メソッドの詳細

    • getStatus

      public abstract Status getStatus()
      コンポーネントのステータスを返します。
      戻り値:
      コンポーネントのステータス