Class DefaultEventExecutorChooserFactory
java.lang.Object
io.netty.util.concurrent.DefaultEventExecutorChooserFactory
- All Implemented Interfaces:
EventExecutorChooserFactory
public final class DefaultEventExecutorChooserFactory
extends Object
implements EventExecutorChooserFactory
Default implementation which uses simple round-robin to choose next
EventExecutor.-
Nested Class Summary
Nested classes/interfaces inherited from interface EventExecutorChooserFactory
EventExecutorChooserFactory.EventExecutorChooser, EventExecutorChooserFactory.ObservableEventExecutorChooser -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionnewChooser(EventExecutor[] executors) Returns a newEventExecutorChooserFactory.EventExecutorChooser.
-
Field Details
-
INSTANCE
-
-
Method Details
-
newChooser
Description copied from interface:EventExecutorChooserFactoryReturns a newEventExecutorChooserFactory.EventExecutorChooser.- Specified by:
newChooserin interfaceEventExecutorChooserFactory
-