Class HealthProperties
java.lang.Object
org.springframework.boot.health.autoconfigure.actuate.endpoint.HealthProperties
- Direct Known Subclasses:
HealthEndpointProperties, HealthEndpointProperties.Group
Properties used to configure the health endpoint and endpoint groups.
- Since:
- 4.0.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classStatus properties for the group. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRoles()@Nullable org.springframework.boot.actuate.endpoint.Showabstract @Nullable org.springframework.boot.actuate.endpoint.ShowvoidvoidsetShowComponents(@Nullable org.springframework.boot.actuate.endpoint.Show showComponents)
-
Constructor Details
-
HealthProperties
public HealthProperties()
-
-
Method Details
-
getStatus
-
getShowComponents
public @Nullable org.springframework.boot.actuate.endpoint.Show getShowComponents() -
setShowComponents
public void setShowComponents(@Nullable org.springframework.boot.actuate.endpoint.Show showComponents) -
getShowDetails
public abstract @Nullable org.springframework.boot.actuate.endpoint.Show getShowDetails() -
getRoles
-
setRoles
-