Package io.netty.util.concurrent
Interface OrderedEventExecutor
- All Superinterfaces:
AutoCloseable
,EventExecutor
,EventExecutorGroup
,Executor
,ExecutorService
,Iterable<EventExecutor>
,ScheduledExecutorService
- All Known Subinterfaces:
EventLoop
- All Known Implementing Classes:
AbstractEventLoop
,DefaultEventExecutor
,DefaultEventLoop
,EmbeddedEventLoop
,EpollEventLoop
,GlobalEventExecutor
,KQueueEventLoop
,NioEventLoop
,NonStickyEventExecutorGroup.NonStickyOrderedEventExecutor
,SingleThreadEventExecutor
,SingleThreadEventLoop
,ThreadPerChannelEventLoop
Marker interface for
EventExecutor
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, close, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated
Methods inherited from interface java.lang.Iterable
forEach, spliterator