接口的使用
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 WebOperationWebEndpointDiscoverer.createOperation(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) 修饰符和类型方法说明protected EndpointDiscoverer.OperationKeyWebEndpointDiscoverer.createOperationKey(WebOperation operation) 修饰符和类型方法说明protected ExposableWebEndpointWebEndpointDiscoverer.createEndpoint(Object endpointBean, EndpointId id, Access defaultAccess, Collection<WebOperation> operations) -
org.springframework.boot.actuate.endpoint.web.jersey中WebOperation的使用
修饰符和类型方法说明protected org.glassfish.jersey.server.model.ResourceJerseyEndpointResourceFactory.createResource(EndpointMapping endpointMapping, WebOperation operation) protected org.glassfish.jersey.server.model.ResourceJerseyEndpointResourceFactory.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 voidAbstractWebFluxEndpointHandlerMapping.registerReadMapping(RequestMappingInfo requestMappingInfo, ExposableWebEndpoint endpoint, WebOperation operation) AbstractWebFluxEndpointHandlerMapping.wrapReactiveWebOperation(ExposableWebEndpoint endpoint, WebOperation operation, AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation reactiveWebOperation) Hook point that allows subclasses to wrap theAbstractWebFluxEndpointHandlerMapping.ReactiveWebOperationbefore it's called. -
org.springframework.boot.actuate.endpoint.web.servlet中WebOperation的使用
修饰符和类型方法说明protected voidAbstractWebMvcEndpointHandlerMapping.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.ServletWebOperationbefore it's called.