Interface EventExecutorChooserFactory
- All Known Implementing Classes:
AutoScalingEventExecutorChooserFactory, DefaultEventExecutorChooserFactory
public interface EventExecutorChooserFactory
Factory that creates new
EventExecutorChooserFactory.EventExecutorChoosers.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceChooses the nextEventExecutorto use.static interfaceAnEventExecutorChooserFactory.EventExecutorChooserthat exposes metrics for observation. -
Method Summary
Modifier and TypeMethodDescriptionnewChooser(EventExecutor[] executors) Returns a newEventExecutorChooserFactory.EventExecutorChooser.
-
Method Details
-
newChooser
Returns a newEventExecutorChooserFactory.EventExecutorChooser.
-