Package | Description |
---|---|
org.springframework.boot.actuate.endpoint.web.annotation |
Annotation support for actuator web endpoints.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected WebOperation |
WebEndpointDiscoverer.createOperation(EndpointId endpointId,
DiscoveredOperationMethod operationMethod,
OperationInvoker invoker) |
Modifier and Type | Method and Description |
---|---|
protected EndpointDiscoverer.OperationKey |
WebEndpointDiscoverer.createOperationKey(WebOperation operation) |
Modifier and Type | Method and Description |
---|---|
protected ExposableWebEndpoint |
WebEndpointDiscoverer.createEndpoint(Object endpointBean,
EndpointId id,
boolean enabledByDefault,
Collection<WebOperation> operations) |
Modifier and Type | Method and Description |
---|---|
protected AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation |
AbstractWebFluxEndpointHandlerMapping.wrapReactiveWebOperation(ExposableWebEndpoint endpoint,
WebOperation operation,
AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation reactiveWebOperation)
Hook point that allows subclasses to wrap the
AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation before
it's called. |
Modifier and Type | Method and Description |
---|---|
protected AbstractWebMvcEndpointHandlerMapping.ServletWebOperation |
AbstractWebMvcEndpointHandlerMapping.wrapServletWebOperation(ExposableWebEndpoint endpoint,
WebOperation operation,
AbstractWebMvcEndpointHandlerMapping.ServletWebOperation servletWebOperation)
Hook point that allows subclasses to wrap the
AbstractWebMvcEndpointHandlerMapping.ServletWebOperation before
it's called. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.