Package | Description |
---|---|
org.springframework.boot.actuate.health |
Actuator health indicator and endpoints.
|
Modifier and Type | Method and Description |
---|---|
static HealthEndpointGroup.Show |
HealthEndpointGroup.Show.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HealthEndpointGroup.Show[] |
HealthEndpointGroup.Show.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HealthEndpointGroupConfigurer |
HealthEndpointGroupConfigurer.showComponents(HealthEndpointGroup.Show showComponents)
Configure the
visibility option for showing components of this group. |
HealthEndpointGroupConfigurer |
HealthEndpointGroupConfigurer.showDetails(HealthEndpointGroup.Show showDetails)
Configure the
visibility option for showing details of this group. |