public class RPCResponse<T extends java.io.Serializable> extends RPCSerializable
id| Constructor and Description |
|---|
RPCResponse(long id,
boolean cancelled,
T result,
java.lang.Throwable throwable) |
public RPCResponse(long id,
boolean cancelled,
T result,
java.lang.Throwable throwable)
public void execute(io.netty.channel.Channel channel)
execute in class RPCSerializablepublic java.lang.String toString()
toString in class java.lang.Object