Interface ThreadAwareExecutor

All Superinterfaces:
Executor
All Known Subinterfaces:
EventExecutor, EventLoop, IoEventLoop, OrderedEventExecutor
All Known Implementing Classes:
AbstractEventExecutor, AbstractEventLoop, AbstractScheduledEventExecutor, DefaultEventExecutor, DefaultEventLoop, EpollEventLoop, GlobalEventExecutor, ImmediateEventExecutor, ManualIoEventLoop, NioEventLoop, SingleThreadEventExecutor, SingleThreadEventLoop, SingleThreadIoEventLoop, ThreadPerChannelEventLoop, UnorderedThreadPoolEventExecutor

public interface ThreadAwareExecutor extends Executor
Executor that is aware its execution thread.
  • Method Details