Uses of Interface
org.springframework.boot.actuate.endpoint.invoke.OperationInvoker
Packages that use OperationInvoker
Package
Description
Annotation support for actuator endpoints.
Interfaces and classes relating to invoking operation methods.
Endpoint reflection support.
Caching support for actuator endpoints.
Annotation support for actuator JMX endpoints.
Annotation support for actuator web endpoints.
Spring WebFlux support for actuator endpoints.
-
Uses of OperationInvoker in org.springframework.boot.actuate.endpoint.annotation
Methods in org.springframework.boot.actuate.endpoint.annotation with parameters of type OperationInvokerModifier and TypeMethodDescriptionprotected abstract O
EndpointDiscoverer.createOperation
(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) Factory method to create anendpoint operation
.Constructors in org.springframework.boot.actuate.endpoint.annotation with parameters of type OperationInvokerModifierConstructorDescriptionAbstractDiscoveredOperation
(DiscoveredOperationMethod operationMethod, OperationInvoker invoker) Create a newAbstractDiscoveredOperation
instance. -
Uses of OperationInvoker in org.springframework.boot.actuate.endpoint.invoke
Methods in org.springframework.boot.actuate.endpoint.invoke that return OperationInvokerModifier and TypeMethodDescriptionOperationInvokerAdvisor.apply
(EndpointId endpointId, OperationType operationType, OperationParameters parameters, OperationInvoker invoker) Apply additional functionality to the given invoker.Methods in org.springframework.boot.actuate.endpoint.invoke with parameters of type OperationInvokerModifier and TypeMethodDescriptionOperationInvokerAdvisor.apply
(EndpointId endpointId, OperationType operationType, OperationParameters parameters, OperationInvoker invoker) Apply additional functionality to the given invoker. -
Uses of OperationInvoker in org.springframework.boot.actuate.endpoint.invoke.reflect
Classes in org.springframework.boot.actuate.endpoint.invoke.reflect that implement OperationInvokerModifier and TypeClassDescriptionclass
AnOperationInvoker
that invokes an operation using reflection. -
Uses of OperationInvoker in org.springframework.boot.actuate.endpoint.invoker.cache
Classes in org.springframework.boot.actuate.endpoint.invoker.cache that implement OperationInvokerModifier and TypeClassDescriptionclass
AnOperationInvoker
that caches the response of an operation with a configurable time to live.Methods in org.springframework.boot.actuate.endpoint.invoker.cache that return OperationInvokerModifier and TypeMethodDescriptionCachingOperationInvokerAdvisor.apply
(EndpointId endpointId, OperationType operationType, OperationParameters parameters, OperationInvoker invoker) Methods in org.springframework.boot.actuate.endpoint.invoker.cache with parameters of type OperationInvokerModifier and TypeMethodDescriptionCachingOperationInvokerAdvisor.apply
(EndpointId endpointId, OperationType operationType, OperationParameters parameters, OperationInvoker invoker) -
Uses of OperationInvoker in org.springframework.boot.actuate.endpoint.jmx.annotation
Methods in org.springframework.boot.actuate.endpoint.jmx.annotation with parameters of type OperationInvokerModifier and TypeMethodDescriptionprotected JmxOperation
JmxEndpointDiscoverer.createOperation
(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) -
Uses of OperationInvoker in org.springframework.boot.actuate.endpoint.web.annotation
Methods in org.springframework.boot.actuate.endpoint.web.annotation with parameters of type OperationInvokerModifier and TypeMethodDescriptionprotected Operation
ControllerEndpointDiscoverer.createOperation
(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) protected Operation
ServletEndpointDiscoverer.createOperation
(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) protected WebOperation
WebEndpointDiscoverer.createOperation
(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) -
Uses of OperationInvoker in org.springframework.boot.actuate.endpoint.web.reactive
Classes in org.springframework.boot.actuate.endpoint.web.reactive that implement OperationInvokerModifier and TypeClassDescriptionprotected static final class
AnOperationInvoker
that performs the invocation of a blocking operation on a separate thread using Reactor'sbounded elastic scheduler
.protected static final class
Constructors in org.springframework.boot.actuate.endpoint.web.reactive with parameters of type OperationInvoker