Package io.netty.util.concurrent
Interface ThreadAwareExecutor
-
- All Superinterfaces:
Executor
- All Known Subinterfaces:
EventExecutor
,OrderedEventExecutor
- All Known Implementing Classes:
AbstractEventExecutor
,AbstractScheduledEventExecutor
,DefaultEventExecutor
,GlobalEventExecutor
,ImmediateEventExecutor
,SingleThreadEventExecutor
,UnorderedThreadPoolEventExecutor
public interface ThreadAwareExecutor extends Executor
Executor that is aware its execution thread.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isExecutorThread(Thread thread)
-
-
-
Method Detail
-
isExecutorThread
boolean isExecutorThread(Thread thread)
-
-