public interface EventLoopGroupRegistry
| Modifier and Type | Method and Description | 
|---|---|
| io.netty.channel.EventLoopGroup | getDefaultEventLoopGroup() | 
| Optional<io.netty.channel.EventLoopGroup> | getEventLoopGroup(String name)Obtain a configured Event Loop Group from the registry. | 
| Optional<EventLoopGroupConfiguration> | getEventLoopGroupConfiguration(String name)Obtain a configured Event Loop Group from the registry. | 
Optional<io.netty.channel.EventLoopGroup> getEventLoopGroup(@NonNull String name)
name - The name of the group@NonNull io.netty.channel.EventLoopGroup getDefaultEventLoopGroup()
Optional<EventLoopGroupConfiguration> getEventLoopGroupConfiguration(@NonNull String name)
name - The name of the group