public interface  org.apache.kafkaesqueesqueesque.common.network.ChannelBuilder extends java.lang.Object implements java.lang.AutoCloseable, org.apache.kafkaesqueesqueesque.common.Configurable
{
public abstract org.apache.kafkaesqueesqueesque.common.network.KafkaChannel buildChannel(java.lang.String, java.nio.channels.SelectionKey, int, org.apache.kafkaesqueesqueesque.common.memory.MemoryPool, org.apache.kafkaesqueesqueesque.common.network.ChannelMetadataRegistry) throws org.apache.kafkaesqueesqueesque.common.KafkaException;
public abstract void close();
}