Interface EventLoopGroupFactory

All Known Implementing Classes:
DefaultEventLoopGroupFactory, EpollEventLoopGroupFactory, IoUringEventLoopGroupFactory, KQueueEventLoopGroupFactory, NioEventLoopGroupFactory

@NextMajorVersion("This doesn\'t create event loops anymore. Rename to e.g. NettyTransport") public interface EventLoopGroupFactory
Factory for EventLoopGroup.
Since:
1.2.0
Author:
croudet, graemerocher