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