Interface OrderedEventExecutor

All Superinterfaces:
AutoCloseable, EventExecutor, EventExecutorGroup, Executor, ExecutorService, Iterable<EventExecutor>, ScheduledExecutorService
All Known Subinterfaces:
EventLoop
All Known Implementing Classes:
AbstractEventLoop, DefaultEventExecutor, DefaultEventLoop, EmbeddedEventLoop, EpollEventLoop, GlobalEventExecutor, KQueueEventLoop, NioEventLoop, NonStickyEventExecutorGroup.NonStickyOrderedEventExecutor, SingleThreadEventExecutor, SingleThreadEventLoop, ThreadPerChannelEventLoop

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