Interface NettyInitializer
- All Known Implementing Classes:
FlushConsolidationInitializer
,MemcachedChannelInitializer
,NettyChannelInitializer
,RestChannelInitializer
,TimeoutEnabledChannelInitializer
public interface NettyInitializer
- Since:
- 9.0
- Author:
- wburns
-
Method Summary
Modifier and TypeMethodDescriptionvoid
initializeChannel
(io.netty.channel.Channel ch) Initialize netty channel
-
Method Details
-
initializeChannel
Initialize netty channel- Parameters:
ch
-- Throws:
Exception
-