public interface RpcMessageListener
| Modifier and Type | Method and Description |
|---|---|
void |
receiveMessage(Object message,
org.jboss.netty.channel.ChannelHandlerContext ctx)
A method we use to spy on the incoming RCP messages.
|
void receiveMessage(Object message, org.jboss.netty.channel.ChannelHandlerContext ctx)
message - The messagectx - The context in which it arrived.Copyright © 2013. All Rights Reserved.