| Package | Description |
|---|---|
| org.springframework.boot.actuate.endpoint.web |
Web support for actuator endpoints.
|
| 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 | Field and Description |
|---|---|
static WebServerNamespace |
WebServerNamespace.MANAGEMENT
WebServerNamespace that represents the management server. |
static WebServerNamespace |
WebServerNamespace.SERVER
WebServerNamespace that represents the main server. |
| Modifier and Type | Method and Description |
|---|---|
static WebServerNamespace |
WebServerNamespace.from(String value) |
| Modifier and Type | Method and Description |
|---|---|
protected org.glassfish.jersey.server.model.Resource |
JerseyEndpointResourceFactory.getResource(EndpointMapping endpointMapping,
WebOperation operation,
WebOperationRequestPredicate requestPredicate,
String path,
WebServerNamespace serverNamespace,
org.springframework.boot.actuate.endpoint.web.jersey.JerseyRemainingPathSegmentProvider remainingPathSegmentProvider) |
| Constructor and Description |
|---|
JerseyHealthEndpointAdditionalPathResourceFactory(WebServerNamespace serverNamespace,
HealthEndpointGroups groups) |
| Modifier and Type | Method and Description |
|---|---|
WebServerNamespace |
AdditionalHealthEndpointPath.getNamespace()
Returns the
WebServerNamespace associated with this path. |
| 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. |
boolean |
AdditionalHealthEndpointPath.hasNamespace(WebServerNamespace webServerNamespace)
Returns
true if this path has the given WebServerNamespace. |
WebEndpointResponse<HealthComponent> |
HealthEndpointWebExtension.health(ApiVersion apiVersion,
WebServerNamespace serverNamespace,
SecurityContext securityContext) |
reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>> |
ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion,
WebServerNamespace serverNamespace,
SecurityContext securityContext) |
WebEndpointResponse<HealthComponent> |
HealthEndpointWebExtension.health(ApiVersion apiVersion,
WebServerNamespace serverNamespace,
SecurityContext securityContext,
boolean showAll,
String... path) |
reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>> |
ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion,
WebServerNamespace serverNamespace,
SecurityContext securityContext,
boolean showAll,
String... path) |
WebEndpointResponse<HealthComponent> |
HealthEndpointWebExtension.health(ApiVersion apiVersion,
WebServerNamespace serverNamespace,
SecurityContext securityContext,
String... path) |
reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>> |
ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion,
WebServerNamespace serverNamespace,
SecurityContext securityContext,
String... path) |
static AdditionalHealthEndpointPath |
AdditionalHealthEndpointPath.of(WebServerNamespace webServerNamespace,
String value)
Creates an
AdditionalHealthEndpointPath from the given
WebServerNamespace and value. |