Class LocalRpcInvocation

  • All Implemented Interfaces:
    Message, RpcInvocation

    public final class LocalRpcInvocation
    extends Object
    implements RpcInvocation
    Local rpc invocation message containing the remote procedure name, its parameter types and the corresponding call arguments. This message will only be sent if the communication is local and, thus, the message does not have to be serialized.
    • Constructor Detail

      • LocalRpcInvocation

        public LocalRpcInvocation​(String declaringClass,
                                  String methodName,
                                  Class<?>[] parameterTypes,
                                  Object[] args)