Uses of Interface
org.springframework.boot.actuate.endpoint.web.WebOperation
Packages that use WebOperation
Package
Description
Annotation support for actuator web endpoints.
Jersey support for actuator endpoints.
Spring WebFlux support for actuator endpoints.
Spring MVC support for actuator endpoints.
-
Uses of WebOperation in org.springframework.boot.actuate.endpoint.web.annotation
Methods in org.springframework.boot.actuate.endpoint.web.annotation that return WebOperationModifier and TypeMethodDescriptionprotected WebOperationWebEndpointDiscoverer.createOperation(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) Methods in org.springframework.boot.actuate.endpoint.web.annotation with parameters of type WebOperationModifier and TypeMethodDescriptionprotected EndpointDiscoverer.OperationKeyWebEndpointDiscoverer.createOperationKey(WebOperation operation) Method parameters in org.springframework.boot.actuate.endpoint.web.annotation with type arguments of type WebOperationModifier and TypeMethodDescriptionprotected ExposableWebEndpointWebEndpointDiscoverer.createEndpoint(Object endpointBean, EndpointId id, Access defaultAccess, Collection<WebOperation> operations) -
Uses of WebOperation in org.springframework.boot.actuate.endpoint.web.jersey
Methods in org.springframework.boot.actuate.endpoint.web.jersey with parameters of type WebOperationModifier and TypeMethodDescriptionprotected 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) -
Uses of WebOperation in org.springframework.boot.actuate.endpoint.web.reactive
Methods in org.springframework.boot.actuate.endpoint.web.reactive with parameters of type WebOperationModifier and TypeMethodDescriptionprotected 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. -
Uses of WebOperation in org.springframework.boot.actuate.endpoint.web.servlet
Methods in org.springframework.boot.actuate.endpoint.web.servlet with parameters of type WebOperationModifier and TypeMethodDescriptionprotected 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.