Class HealthEndpointProperties
java.lang.Object
org.springframework.boot.actuate.autoconfigure.health.HealthProperties
org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties
@ConfigurationProperties("management.endpoint.health")
public class HealthEndpointProperties
extends HealthProperties
Configuration properties for
HealthEndpoint.- Since:
- 2.0.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA health endpoint group.static classHealth logging properties.Nested classes/interfaces inherited from class org.springframework.boot.actuate.autoconfigure.health.HealthProperties
HealthProperties.Status -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetGroup()org.springframework.boot.actuate.endpoint.ShowvoidsetShowDetails(org.springframework.boot.actuate.endpoint.Show showDetails) Methods inherited from class org.springframework.boot.actuate.autoconfigure.health.HealthProperties
getRoles, getShowComponents, getStatus, setRoles, setShowComponents
-
Constructor Details
-
HealthEndpointProperties
public HealthEndpointProperties()
-
-
Method Details
-
getShowDetails
public org.springframework.boot.actuate.endpoint.Show getShowDetails()- Specified by:
getShowDetailsin classHealthProperties
-
setShowDetails
public void setShowDetails(org.springframework.boot.actuate.endpoint.Show showDetails) -
getGroup
-
getLogging
-