Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive |
Auto-configuration for exposing actuator web endpoints using WebFlux.
|
org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet |
Auto-configuration for exposing actuator web endpoints using Spring MVC.
|
org.springframework.boot.actuate.endpoint.web.jersey |
Jersey support for actuator endpoints.
|
org.springframework.boot.actuate.health |
Actuator health indicator and endpoints.
|
Modifier and Type | Method and Description |
---|---|
AdditionalHealthEndpointPathsWebFluxHandlerMapping |
WebFluxEndpointManagementContextConfiguration.managementHealthEndpointWebFluxHandlerMapping(WebEndpointsSupplier webEndpointsSupplier,
HealthEndpointGroups groups) |
Modifier and Type | Method and Description |
---|---|
AdditionalHealthEndpointPathsWebMvcHandlerMapping |
WebMvcEndpointManagementContextConfiguration.managementHealthEndpointWebMvcHandlerMapping(WebEndpointsSupplier webEndpointsSupplier,
HealthEndpointGroups groups) |
Constructor and Description |
---|
JerseyHealthEndpointAdditionalPathResourceFactory(WebServerNamespace serverNamespace,
HealthEndpointGroups groups) |
Modifier and Type | Method and Description |
---|---|
static HealthEndpointGroups |
HealthEndpointGroups.of(HealthEndpointGroup primary,
Map<String,HealthEndpointGroup> additional)
Factory method to create a
HealthEndpointGroups instance. |
HealthEndpointGroups |
HealthEndpointGroupsPostProcessor.postProcessHealthEndpointGroups(HealthEndpointGroups groups)
Post-process the given
HealthEndpointGroups instance. |
Modifier and Type | Method and Description |
---|---|
HealthEndpointGroups |
HealthEndpointGroupsPostProcessor.postProcessHealthEndpointGroups(HealthEndpointGroups groups)
Post-process the given
HealthEndpointGroups instance. |