Interface OrderedEventExecutor

All Superinterfaces:
EventExecutor, EventExecutorGroup, Executor, ExecutorService, Iterable<EventExecutor>, ScheduledExecutorService, ThreadAwareExecutor
All Known Subinterfaces:
EventLoop, IoEventLoop
All Known Implementing Classes:
AbstractEventLoop, DefaultEventExecutor, DefaultEventLoop, EpollEventLoop, GlobalEventExecutor, ManualIoEventLoop, NioEventLoop, SingleThreadEventExecutor, SingleThreadEventLoop, SingleThreadIoEventLoop, ThreadPerChannelEventLoop

public interface OrderedEventExecutor extends EventExecutor
Marker interface for EventExecutors that will process all submitted tasks in an ordered / serial fashion.