Class SingleThreadEventLoop

All Implemented Interfaces:
EventLoop, EventLoopGroup, EventExecutor, EventExecutorGroup, OrderedEventExecutor, ThreadAwareExecutor, Iterable<EventExecutor>, Executor, ExecutorService, ScheduledExecutorService
Direct Known Subclasses:
DefaultEventLoop, SingleThreadIoEventLoop, ThreadPerChannelEventLoop

public abstract class SingleThreadEventLoop extends SingleThreadEventExecutor implements EventLoop
Abstract base class for EventLoops that execute all its submitted tasks in a single thread.