Uses of Interface
io.netty.util.concurrent.EventExecutorChooserFactory.EventExecutorChooser
-
Packages that use EventExecutorChooserFactory.EventExecutorChooser Package Description io.netty.util.concurrent Utility classes for concurrent / async tasks. -
-
Uses of EventExecutorChooserFactory.EventExecutorChooser in io.netty.util.concurrent
Subinterfaces of EventExecutorChooserFactory.EventExecutorChooser in io.netty.util.concurrent Modifier and Type Interface Description static interfaceEventExecutorChooserFactory.ObservableEventExecutorChooserAnEventExecutorChooserFactory.EventExecutorChooserthat exposes metrics for observation.Methods in io.netty.util.concurrent that return EventExecutorChooserFactory.EventExecutorChooser Modifier and Type Method Description EventExecutorChooserFactory.EventExecutorChooserAutoScalingEventExecutorChooserFactory. newChooser(EventExecutor[] executors)EventExecutorChooserFactory.EventExecutorChooserDefaultEventExecutorChooserFactory. newChooser(EventExecutor[] executors)EventExecutorChooserFactory.EventExecutorChooserEventExecutorChooserFactory. newChooser(EventExecutor[] executors)Returns a newEventExecutorChooserFactory.EventExecutorChooser.
-