Interface EventLoopGroup

All Superinterfaces:
AutoCloseable, EventExecutorGroup, Executor, ExecutorService, Iterable<EventExecutor>, ScheduledExecutorService
All Known Subinterfaces:
EventLoop
All Known Implementing Classes:
AbstractEventLoop, AbstractEventLoopGroup, DefaultEventLoop, DefaultEventLoopGroup, EmbeddedEventLoop, EpollEventLoop, EpollEventLoopGroup, KQueueEventLoop, KQueueEventLoopGroup, LocalEventLoopGroup, MultithreadEventLoopGroup, NioEventLoop, NioEventLoopGroup, OioEventLoopGroup, SingleThreadEventLoop, ThreadPerChannelEventLoop, ThreadPerChannelEventLoopGroup

public interface EventLoopGroup extends EventExecutorGroup
Special EventExecutorGroup which allows registering Channels that get processed for later selection during the event loop.