public abstract class RPCSerializable
extends Object
implements Serializable
Modifier and Type | Field and Description |
---|---|
protected long |
id |
Constructor and Description |
---|
RPCSerializable(long id) |
Modifier and Type | Method and Description |
---|---|
abstract void |
execute(io.netty.channel.Channel channel) |