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
,ThreadAwareExecutor
- All Known Subinterfaces:
EventLoop
,IoEventLoop
- All Known Implementing Classes:
AbstractEventLoop
,DefaultEventExecutor
,DefaultEventLoop
,EpollEventLoop
,GlobalEventExecutor
,ManualIoEventLoop
,NioEventLoop
,SingleThreadEventExecutor
,SingleThreadEventLoop
,SingleThreadIoEventLoop
,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, isExecutorThread, isSuspended, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, parent, trySuspend
-
Methods inherited from interface io.netty.util.concurrent.EventExecutorGroup
isShuttingDown, iterator, next, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, shutdown, shutdownGracefully, shutdownGracefully, shutdownNow, submit, submit, submit, terminationFuture
-
-