Package | Description |
---|---|
org.springframework.boot.actuate.health |
Actuator health indicator and endpoints.
|
Modifier and Type | Method and Description |
---|---|
static AdditionalHealthEndpointPath |
AdditionalHealthEndpointPath.from(String value)
Creates an
AdditionalHealthEndpointPath from the given input. |
AdditionalHealthEndpointPath |
HealthEndpointGroup.getAdditionalPath()
Return an additional path that can be used to map the health group to an
alternative location.
|
static AdditionalHealthEndpointPath |
AdditionalHealthEndpointPath.of(WebServerNamespace webServerNamespace,
String value)
Creates an
AdditionalHealthEndpointPath from the given
WebServerNamespace and value. |
Modifier and Type | Method and Description |
---|---|
default HealthEndpointGroup |
HealthEndpointGroups.get(AdditionalHealthEndpointPath path)
Return the group with the specified additional path or
null if no group
with that path is found. |