クラス HealthProperties

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

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

    • HealthProperties

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

    • getStatus

      public HealthProperties.Status getStatus()
    • getShowComponents

      public @Nullable Show getShowComponents()
    • setShowComponents

      public void setShowComponents(@Nullable Show showComponents)
    • getShowDetails

      public abstract @Nullable Show getShowDetails()
    • getRoles

      public SetSE<StringSE> getRoles()
    • setRoles

      public void setRoles(SetSE<StringSE> roles)