Package io.netty.util.concurrent
Interface OrderedEventExecutor
-
- All Superinterfaces:
EventExecutor
,EventExecutorGroup
,Executor
,ExecutorService
,Iterable<EventExecutor>
,ScheduledExecutorService
- All Known Subinterfaces:
EventLoop
- All Known Implementing Classes:
AbstractEventLoop
,DefaultEventExecutor
,DefaultEventLoop
,GlobalEventExecutor
,NioEventLoop
,SingleThreadEventExecutor
,SingleThreadEventLoop
,ThreadPerChannelEventLoop
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, next, parent
-
Methods inherited from interface io.netty.util.concurrent.EventExecutorGroup
isShuttingDown, iterator, 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
-
-