Interface OperationInvokerAdvisor

    • Method Detail

      • apply

        OperationInvoker apply​(EndpointId endpointId,
                               OperationType operationType,
                               OperationParameters parameters,
                               OperationInvoker invoker)
        Apply additional functionality to the given invoker.
        Parameters:
        endpointId - the endpoint ID
        operationType - the operation type
        parameters - the operation parameters
        invoker - the invoker to advise
        Returns:
        an potentially new operation invoker with support for additional features