Package io.netty.util.concurrent
Interface EventExecutorChooserFactory
-
- All Known Implementing Classes:
AutoScalingEventExecutorChooserFactory,DefaultEventExecutorChooserFactory
public interface EventExecutorChooserFactoryFactory that creates newEventExecutorChooserFactory.EventExecutorChoosers.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceEventExecutorChooserFactory.EventExecutorChooserChooses the nextEventExecutorto use.static interfaceEventExecutorChooserFactory.ObservableEventExecutorChooserAnEventExecutorChooserFactory.EventExecutorChooserthat exposes metrics for observation.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventExecutorChooserFactory.EventExecutorChoosernewChooser(EventExecutor[] executors)Returns a newEventExecutorChooserFactory.EventExecutorChooser.
-
-
-
Method Detail
-
newChooser
EventExecutorChooserFactory.EventExecutorChooser newChooser(EventExecutor[] executors)
Returns a newEventExecutorChooserFactory.EventExecutorChooser.
-
-