Interface EventExecutor

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

public interface EventExecutor extends EventExecutorGroup
The EventExecutor is a special EventExecutorGroup which comes with some handy methods to see if a Thread is executed in a event loop. Besides this, it also extends the EventExecutorGroup to allow for a generic way to access methods.