@FunctionalInterface public interface OperationInvokerAdvisor
OperationInvoker.| Modifier and Type | Method and Description |
|---|---|
OperationInvoker |
apply(EndpointId endpointId,
OperationType operationType,
OperationParameters parameters,
OperationInvoker invoker)
Apply additional functionality to the given invoker.
|
OperationInvoker apply(EndpointId endpointId, OperationType operationType, OperationParameters parameters, OperationInvoker invoker)
endpointId - the endpoint IDoperationType - the operation typeparameters - the operation parametersinvoker - the invoker to advise