Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.health |
Auto-configuration for actuator health concerns.
|
Modifier and Type | Method and Description |
---|---|
HealthProperties.Show |
HealthProperties.getShowComponents() |
abstract HealthProperties.Show |
HealthProperties.getShowDetails() |
HealthProperties.Show |
HealthEndpointProperties.getShowDetails() |
HealthProperties.Show |
HealthEndpointProperties.Group.getShowDetails() |
static HealthProperties.Show |
HealthProperties.Show.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HealthProperties.Show[] |
HealthProperties.Show.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
HealthProperties.setShowComponents(HealthProperties.Show showComponents) |
void |
HealthEndpointProperties.setShowDetails(HealthProperties.Show showDetails) |
void |
HealthEndpointProperties.Group.setShowDetails(HealthProperties.Show showDetails) |