Interface RpcManager

    • Method Detail

      • call

        AsyncResult<Value> call​(Jid jid,
                                String methodName,
                                Value... parameters)
        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.
      • setRpcHandler

        void setRpcHandler​(RpcHandler rpcHandler)
        Sets the RPC handler, which will handle RPCs.
        Parameters:
        rpcHandler - The RPC handler.