public class RPCRequest<T extends Serializable> extends RPCSerializable
Modifier and Type | Class and Description |
---|---|
protected static class |
RPCRequest.LogErrorFutureListener |
id
Constructor and Description |
---|
RPCRequest(long id,
RPCCallable<T> rpcCallable) |
Modifier and Type | Method and Description |
---|---|
void |
execute(io.netty.channel.Channel channel) |
protected void |
sendRPCResponse(io.netty.channel.Channel channel,
RPCResponse<T> rpcResponse) |
String |
toString() |
public RPCRequest(long id, RPCCallable<T> rpcCallable)
public void execute(io.netty.channel.Channel channel)
execute
in class RPCSerializable
public String toString()
toString
in class Object
protected void sendRPCResponse(io.netty.channel.Channel channel, RPCResponse<T> rpcResponse)