接口 RemoteInvocationFactory

    • 方法详细资料

      • createRemoteInvocation

        RemoteInvocation createRemoteInvocation​(MethodInvocation methodInvocation)
        Create a serializable RemoteInvocation object from the given AOP MethodInvocation.

        Can be implemented to add custom context information to the remote invocation, for example user credentials.

        参数:
        methodInvocation - the original AOP MethodInvocation object
        返回:
        the RemoteInvocation object