Package | Description |
---|---|
org.springframework.boot.actuate.health |
Actuator health indicator and endpoints.
|
Modifier and Type | Method and Description |
---|---|
HealthEndpointGroup |
HealthEndpointGroups.get(String name)
Return the group with the specified name or
null if the name is not known. |
HealthEndpointGroup |
HealthEndpointGroups.getPrimary()
Return the primary group used by the endpoint.
|
Modifier and Type | Method and Description |
---|---|
static HealthEndpointGroups |
HealthEndpointGroups.of(HealthEndpointGroup primary,
Map<String,HealthEndpointGroup> additional)
Factory method to create a
HealthEndpointGroups instance. |
Modifier and Type | Method and Description |
---|---|
static HealthEndpointGroups |
HealthEndpointGroups.of(HealthEndpointGroup primary,
Map<String,HealthEndpointGroup> additional)
Factory method to create a
HealthEndpointGroups instance. |