クラス HealthProperties

java.lang.ObjectSE
org.springframework.boot.actuate.autoconfigure.health.HealthProperties
既知の直属サブクラス
HealthEndpointPropertiesHealthEndpointProperties.Group

public abstract class HealthProperties extends ObjectSE
ヘルスエンドポイントとエンドポイントグループの構成に使用されるプロパティ。
導入:
2.2.0
作成者:
Stephane Nicoll, Phillip Webb
  • コンストラクターの詳細

    • HealthProperties

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

    • getStatus

      public HealthProperties.Status getStatus()
    • getShowComponents

      public Show getShowComponents()
    • setShowComponents

      public void setShowComponents(Show showComponents)
    • getShowDetails

      public abstract Show getShowDetails()
    • getRoles

      public SetSE<StringSE> getRoles()
    • setRoles

      public void setRoles(SetSE<StringSE> roles)