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
EventExecutors 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, parentMethods inherited from interface io.netty.util.concurrent.EventExecutorGroup
isShuttingDown, iterator, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, shutdown, shutdownGracefully, shutdownGracefully, shutdownNow, submit, submit, submit, terminationFutureMethods inherited from interface java.util.concurrent.ExecutorService
awaitTermination, close, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminatedMethods inherited from interface java.lang.Iterable
forEach, spliterator