Class MultithreadEventLoopGroup

All Implemented Interfaces:
EventLoopGroup, EventExecutorGroup, AutoCloseable, Iterable<EventExecutor>, Executor, ExecutorService, ScheduledExecutorService
Direct Known Subclasses:
DefaultEventLoopGroup, EpollEventLoopGroup, KQueueEventLoopGroup, NioEventLoopGroup

public abstract class MultithreadEventLoopGroup extends MultithreadEventExecutorGroup implements EventLoopGroup
Abstract base class for EventLoopGroup implementations that handles their tasks with multiple threads at the same time.