java.lang.Object
org.springframework.boot.actuate.autoconfigure.health.HealthProperties
Direct Known Subclasses:
HealthEndpointProperties, HealthEndpointProperties.Group

public abstract class HealthProperties extends Object
Properties used to configure the health endpoint and endpoint groups.
Since:
2.2.0
Author:
Stephane Nicoll, Phillip Webb
  • Constructor Details

    • HealthProperties

      public HealthProperties()
  • Method Details

    • getStatus

      public HealthProperties.Status getStatus()
    • getShowComponents

      public Show getShowComponents()
    • setShowComponents

      public void setShowComponents(Show showComponents)
    • getShowDetails

      public abstract Show getShowDetails()
    • getRoles

      public Set<String> getRoles()
    • setRoles

      public void setRoles(Set<String> roles)