Class ClientRpcManager

    • Method Detail

      • call

        public AsyncResult<Value> call​(Jid jid,
                                       String methodName,
                                       Value... parameters)
        Description copied from interface: RpcManager
        Calls a remote procedure.
        Parameters:
        jid - The JID, which will receive the RPC.
        methodName - The method name.
        parameters - The parameters.
        Returns:
        The async result with the returned value.