Package io.netty.util.concurrent
Interface OrderedEventExecutor
-
- All Superinterfaces:
EventExecutor
,EventExecutorGroup
,java.util.concurrent.Executor
,java.util.concurrent.ExecutorService
,java.lang.Iterable<EventExecutor>
,java.util.concurrent.ScheduledExecutorService
- All Known Subinterfaces:
EventLoop
- All Known Implementing Classes:
AbstractEventLoop
,DefaultEventExecutor
,DefaultEventLoop
,EmbeddedEventLoop
,GlobalEventExecutor
,NioEventLoop
,NonStickyEventExecutorGroup.NonStickyOrderedEventExecutor
,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
-
-