Package io.netty.util.concurrent
Interface OrderedEventExecutor
-
- All Superinterfaces:
EventExecutor
,EventExecutorGroup
,Executor
,ExecutorService
,Iterable<EventExecutor>
,ScheduledExecutorService
- All Known Implementing Classes:
DefaultEventExecutor
,GlobalEventExecutor
,SingleThreadEventExecutor
public interface OrderedEventExecutor extends EventExecutor
Marker interface forEventExecutor
s that will process all submitted tasks in an ordered / serial fashion.
-
-
Method Summary
-
Methods inherited from interface io.netty.util.concurrent.EventExecutor
inEventLoop, inEventLoop, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, parent
-
Methods inherited from interface io.netty.util.concurrent.EventExecutorGroup
isShuttingDown, iterator, next, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, shutdown, shutdownGracefully, shutdownGracefully, shutdownNow, submit, submit, submit, terminationFuture
-
Methods inherited from interface java.util.concurrent.ExecutorService
awaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-