Package io.netty.util.concurrent
Interface EventExecutorChooserFactory
-
- All Known Implementing Classes:
DefaultEventExecutorChooserFactory
public interface EventExecutorChooserFactory
Factory that creates newEventExecutorChooserFactory.EventExecutorChooser
s.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
EventExecutorChooserFactory.EventExecutorChooser
Chooses the nextEventExecutor
to use.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventExecutorChooserFactory.EventExecutorChooser
newChooser(EventExecutor[] executors)
Returns a newEventExecutorChooserFactory.EventExecutorChooser
.
-
-
-
Method Detail
-
newChooser
EventExecutorChooserFactory.EventExecutorChooser newChooser(EventExecutor[] executors)
Returns a newEventExecutorChooserFactory.EventExecutorChooser
.
-
-