Package io.netty.util.concurrent
Interface EventExecutorChooserFactory.EventExecutorChooser
-
- Enclosing interface:
- EventExecutorChooserFactory
public static interface EventExecutorChooserFactory.EventExecutorChooser
Chooses the nextEventExecutor
to use.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventExecutor
next()
Returns the newEventExecutor
to use.
-
-
-
Method Detail
-
next
EventExecutor next()
Returns the newEventExecutor
to use.
-
-