Package | Description |
---|---|
org.springframework.boot.actuate.endpoint.web.reactive |
Spring WebFlux support for actuator endpoints.
|
org.springframework.boot.actuate.endpoint.web.servlet |
Spring MVC support for actuator endpoints.
|
org.springframework.boot.actuate.health |
Actuator health indicator and endpoints.
|
Constructor and Description |
---|
AdditionalHealthEndpointPathsWebFluxHandlerMapping(EndpointMapping endpointMapping,
ExposableWebEndpoint endpoint,
Set<HealthEndpointGroup> groups) |
Constructor and Description |
---|
AdditionalHealthEndpointPathsWebMvcHandlerMapping(ExposableWebEndpoint endpoint,
Set<HealthEndpointGroup> groups) |
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. |
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 |
---|---|
default Set<HealthEndpointGroup> |
HealthEndpointGroups.getAllWithAdditionalPath(WebServerNamespace namespace)
Return all the groups with an additional path on the specified
WebServerNamespace . |
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. |