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 WebOperation
WebEndpointDiscoverer.createOperation
(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) Methods in org.springframework.boot.actuate.endpoint.web.annotation with parameters of type WebOperationModifier and TypeMethodDescriptionprotected EndpointDiscoverer.OperationKey
WebEndpointDiscoverer.createOperationKey
(WebOperation operation) Method parameters in org.springframework.boot.actuate.endpoint.web.annotation with type arguments of type WebOperationModifier and TypeMethodDescriptionprotected ExposableWebEndpoint
WebEndpointDiscoverer.createEndpoint
(Object endpointBean, EndpointId id, boolean enabledByDefault, 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.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) -
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 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. -
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 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.