接口的使用
org.springframework.boot.actuate.endpoint.web.WebOperation
使用WebOperation的程序包
程序包
说明
Annotation support for actuator web endpoints.
Jersey support for actuator endpoints.
Spring WebFlux support for actuator endpoints.
Spring MVC support for actuator endpoints.
-
org.springframework.boot.actuate.endpoint.web.annotation中WebOperation的使用
修饰符和类型方法说明protected WebOperation
WebEndpointDiscoverer.createOperation
(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) 修饰符和类型方法说明protected EndpointDiscoverer.OperationKey
WebEndpointDiscoverer.createOperationKey
(WebOperation operation) 修饰符和类型方法说明protected ExposableWebEndpoint
WebEndpointDiscoverer.createEndpoint
(Object endpointBean, EndpointId id, Access defaultAccess, Collection<WebOperation> operations) -
org.springframework.boot.actuate.endpoint.web.jersey中WebOperation的使用
修饰符和类型方法说明protected org.glassfish.jersey.server.model.Resource
JerseyEndpointResourceFactory.createResource
(EndpointMapping endpointMapping, WebOperation operation) 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) -
org.springframework.boot.actuate.endpoint.web.reactive中WebOperation的使用
修饰符和类型方法说明protected void
AbstractWebFluxEndpointHandlerMapping.registerReadMapping
(RequestMappingInfo requestMappingInfo, ExposableWebEndpoint endpoint, WebOperation operation) AbstractWebFluxEndpointHandlerMapping.wrapReactiveWebOperation
(ExposableWebEndpoint endpoint, WebOperation operation, AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation reactiveWebOperation) Hook point that allows subclasses to wrap theAbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation
before it's called. -
org.springframework.boot.actuate.endpoint.web.servlet中WebOperation的使用
修饰符和类型方法说明protected void
AbstractWebMvcEndpointHandlerMapping.registerMapping
(ExposableWebEndpoint endpoint, WebOperationRequestPredicate predicate, WebOperation operation, String path) AbstractWebMvcEndpointHandlerMapping.wrapServletWebOperation
(ExposableWebEndpoint endpoint, WebOperation operation, AbstractWebMvcEndpointHandlerMapping.ServletWebOperation servletWebOperation) Hook point that allows subclasses to wrap theAbstractWebMvcEndpointHandlerMapping.ServletWebOperation
before it's called.