Class NonStickyEventExecutorGroup

java.lang.Object
io.netty.util.concurrent.NonStickyEventExecutorGroup
All Implemented Interfaces:
EventExecutorGroup, AutoCloseable, Iterable<EventExecutor>, Executor, ExecutorService, ScheduledExecutorService

@UnstableApi public final class NonStickyEventExecutorGroup extends Object implements EventExecutorGroup
EventExecutorGroup which will preserve Runnable execution order but makes no guarantees about what EventExecutor (and therefore Thread) will be used to execute the Runnables.

The EventExecutorGroup.next() for the wrapped EventExecutorGroup must NOT return executors of type OrderedEventExecutor.