Class HealthProperties
java.lang.Object
org.springframework.boot.actuate.autoconfigure.health.HealthProperties
- Direct Known Subclasses:
HealthEndpointProperties
,HealthEndpointProperties.Group
Properties used to configure the health endpoint and endpoint groups.
- Since:
- 2.2.0
- Author:
- Stephane Nicoll, Phillip Webb
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Status properties for the group. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetRoles()
abstract Show
void
void
setShowComponents
(Show showComponents)
-
Constructor Details
-
HealthProperties
public HealthProperties()
-
-
Method Details
-
getStatus
-
getShowComponents
-
setShowComponents
-
getShowDetails
-
getRoles
-
setRoles
-