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
- Author:
- Stephane Nicoll, Phillip Webb
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classStatus properties for the group. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRoles()@Nullable Showabstract @Nullable ShowvoidvoidsetShowComponents(@Nullable Show showComponents)
-
Constructor Details
-
HealthProperties
public HealthProperties()
-
-
Method Details
-
getStatus
-
getShowComponents
-
setShowComponents
-
getShowDetails
-
getRoles
-
setRoles
-