Class ClientCnx

java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
All Implemented Interfaces:
io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler

public class ClientCnx extends PulsarHandler
Channel handler for the Pulsar client.

Please see PulsarDecoder javadoc for important details about handle* method parameter instance lifecycle.