Package | Description |
---|---|
org.springframework.boot.actuate.endpoint.invoke |
Interfaces and classes relating to invoking operation methods.
|
org.springframework.boot.actuate.endpoint.invoke.reflect |
Endpoint reflection support.
|
org.springframework.boot.actuate.endpoint.invoker.cache |
Caching support for actuator endpoints.
|
Modifier and Type | Method and Description |
---|---|
default OperationInvoker |
OperationInvokerAdvisor.apply(EndpointId endpointId,
OperationType operationType,
OperationParameters parameters,
OperationInvoker invoker)
Apply additional functionality to the given invoker.
|
OperationInvoker |
OperationInvokerAdvisor.apply(String endpointId,
OperationType operationType,
OperationParameters parameters,
OperationInvoker invoker)
Deprecated.
since 2.0.6 in favor of
OperationInvokerAdvisor.apply(EndpointId, OperationType, OperationParameters, OperationInvoker) |
Modifier and Type | Method and Description |
---|---|
OperationParameters |
OperationMethod.getParameters()
Return the operation parameters.
|
Modifier and Type | Method and Description |
---|---|
OperationInvoker |
CachingOperationInvokerAdvisor.apply(EndpointId endpointId,
OperationType operationType,
OperationParameters parameters,
OperationInvoker invoker) |
OperationInvoker |
CachingOperationInvokerAdvisor.apply(String endpointId,
OperationType operationType,
OperationParameters parameters,
OperationInvoker invoker)
Deprecated.
|
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.