Interface EventLoopTaskQueueFactory
Deprecated.
Factory used to create
Queue instances that will be used to store tasks for an EventLoop.
Generally speaking the returned Queue MUST be thread-safe and depending on the EventLoop
implementation must be of type BlockingQueue.-
Method Summary
Modifier and TypeMethodDescriptionnewTaskQueue(int maxCapacity) Deprecated.Returns a newQueueto use.
-
Method Details
-
newTaskQueue
-
IoEventLoopGroupandIoEventLoopimplementations