Class DefaultEventExecutorGroup

All Implemented Interfaces:
EventExecutorGroup, AutoCloseable, Iterable<EventExecutor>, Executor, ExecutorService, ScheduledExecutorService

public class DefaultEventExecutorGroup extends MultithreadEventExecutorGroup
Default implementation of MultithreadEventExecutorGroup which will use DefaultEventExecutor instances to handle the tasks.