Class HealthProperties

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

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

    • HealthProperties

      public HealthProperties()
  • Method Details

    • 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 Set<String> getRoles()
    • setRoles

      public void setRoles(Set<String> roles)