Uses of Interface
org.springframework.boot.actuate.endpoint.invoke.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
Modifier and TypeMethodDescriptionprotected abstract O
EndpointDiscoverer.createOperation
(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) Factory method to create anendpoint operation
.ModifierConstructorDescriptionAbstractDiscoveredOperation
(DiscoveredOperationMethod operationMethod, OperationInvoker invoker) Create a newAbstractDiscoveredOperation
instance. -
Uses of OperationInvoker in org.springframework.boot.actuate.endpoint.invoke
Modifier and TypeMethodDescriptionOperationInvokerAdvisor.apply
(EndpointId endpointId, OperationType operationType, OperationParameters parameters, OperationInvoker invoker) Apply additional functionality to the given invoker.Modifier 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
Modifier and TypeClassDescriptionclass
AnOperationInvoker
that invokes an operation using reflection. -
Uses of OperationInvoker in org.springframework.boot.actuate.endpoint.invoker.cache
Modifier and TypeClassDescriptionclass
AnOperationInvoker
that caches the response of an operation with a configurable time to live.Modifier and TypeMethodDescriptionCachingOperationInvokerAdvisor.apply
(EndpointId endpointId, OperationType operationType, OperationParameters parameters, OperationInvoker invoker) Modifier and TypeMethodDescriptionCachingOperationInvokerAdvisor.apply
(EndpointId endpointId, OperationType operationType, OperationParameters parameters, OperationInvoker invoker) -
Uses of OperationInvoker in org.springframework.boot.actuate.endpoint.jmx.annotation
Modifier and TypeMethodDescriptionprotected JmxOperation
JmxEndpointDiscoverer.createOperation
(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) -
Uses of OperationInvoker in org.springframework.boot.actuate.endpoint.web.annotation
Modifier and TypeMethodDescriptionprotected Operation
ControllerEndpointDiscoverer.createOperation
(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) Deprecated, for removal: This API element is subject to removal in a future version.protected Operation
ServletEndpointDiscoverer.createOperation
(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) Deprecated, for removal: This API element is subject to removal in a future version.protected WebOperation
WebEndpointDiscoverer.createOperation
(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) -
Uses of OperationInvoker in org.springframework.boot.actuate.endpoint.web.reactive
Modifier 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