| Interface | Description | 
|---|---|
| ChannelPipelineCustomizer | 
 Interface that allows customizations to the  
ChannelPipeline. | 
| ChannelPipelineListener | 
 An interface that allows users to configure the Netty pipeline used by Micronaut. 
 | 
| EventLoopGroupConfiguration | 
 Default event loop group configuration interface. 
 | 
| EventLoopGroupFactory | 
 Factory for EventLoopGroup. 
 | 
| EventLoopGroupRegistry | 
 Registry of configured event loops. 
 | 
| Class | Description | 
|---|---|
| DefaultEventLoopGroupConfiguration | 
 Configuration interface for event loop configuration. 
 | 
| DefaultEventLoopGroupFactory | 
 The default factory for  
EventLoopGroup instances. | 
| DefaultEventLoopGroupRegistry | 
 Factory for creating named event loop groups. 
 | 
| EpollAvailabilityCondition | 
 Checks if epoll is available. 
 | 
| EpollEventLoopGroupFactory | 
 Factory for EpollEventLoopGroup. 
 | 
| KQueueAvailabilityCondition | 
 Checks if kqueue is available. 
 | 
| KQueueEventLoopGroupFactory | 
 Factory for KQueueEventLoopGroup. 
 | 
| NettyThreadFactory | 
 The Default thread factory the Netty  
NioEventLoopGroup will use within Micronaut to
 create threads. | 
| NioEventLoopGroupFactory | 
 Factory for NioEventLoopGroup. 
 |