Package io.netty.util.concurrent
Interface EventExecutorChooserFactory.EventExecutorChooser
- All Known Implementing Classes:
DefaultEventExecutorChooserFactory.GenericEventExecutorChooser
,DefaultEventExecutorChooserFactory.PowerOfTwoEventExecutorChooser
- Enclosing interface:
EventExecutorChooserFactory
Chooses the next
EventExecutor
to use.-
Method Summary
-
Method Details
-
next
EventExecutor next()Returns the newEventExecutor
to use.
-