Uses of Interface
org.springframework.boot.actuate.endpoint.web.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
Modifier and TypeMethodDescriptionprotected WebOperation
WebEndpointDiscoverer.createOperation
(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) Modifier and TypeMethodDescriptionprotected EndpointDiscoverer.OperationKey
WebEndpointDiscoverer.createOperationKey
(WebOperation operation) Modifier 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
Modifier and TypeMethodDescriptionprotected org.glassfish.jersey.server.model.Resource
JerseyEndpointResourceFactory.createResource
(EndpointMapping endpointMapping, WebOperation operation) protected org.glassfish.jersey.server.model.Resource
JerseyHealthEndpointAdditionalPathResourceFactory.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
Modifier 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
Modifier 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.