@ConfigurationProperties(value="management.endpoint.health") public class HealthEndpointProperties extends HealthProperties
HealthEndpoint.| Modifier and Type | Class and Description |
|---|---|
static class |
HealthEndpointProperties.Group
A health endpoint group.
|
static class |
HealthEndpointProperties.Logging
Health logging properties.
|
HealthProperties.Show, HealthProperties.Status| Constructor and Description |
|---|
HealthEndpointProperties() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,HealthEndpointProperties.Group> |
getGroup() |
HealthEndpointProperties.Logging |
getLogging() |
HealthProperties.Show |
getShowDetails() |
void |
setShowDetails(HealthProperties.Show showDetails) |
getRoles, getShowComponents, getStatus, setRoles, setShowComponentspublic HealthProperties.Show getShowDetails()
getShowDetails in class HealthPropertiespublic void setShowDetails(HealthProperties.Show showDetails)
public Map<String,HealthEndpointProperties.Group> getGroup()
public HealthEndpointProperties.Logging getLogging()