@FunctionalInterface public interface OperationInvokerAdvisor
OperationInvoker.| Modifier and Type | Method and Description |
|---|---|
default OperationInvoker |
apply(EndpointId endpointId,
OperationType operationType,
OperationParameters parameters,
OperationInvoker invoker)
Apply additional functionality to the given invoker.
|
OperationInvoker |
apply(String endpointId,
OperationType operationType,
OperationParameters parameters,
OperationInvoker invoker)
Deprecated.
since 2.0.6 in favor of
apply(EndpointId, OperationType, OperationParameters, OperationInvoker) |
default OperationInvoker apply(EndpointId endpointId, OperationType operationType, OperationParameters parameters, OperationInvoker invoker)
endpointId - the endpoint IDoperationType - the operation typeparameters - the operation parametersinvoker - the invoker to advise@Deprecated OperationInvoker apply(String endpointId, OperationType operationType, OperationParameters parameters, OperationInvoker invoker)
apply(EndpointId, OperationType, OperationParameters, OperationInvoker)endpointId - the endpoint IDoperationType - the operation typeparameters - the operation parametersinvoker - the invoker to adviseCopyright © 2018 Pivotal Software, Inc.. All rights reserved.