Interface EventLoopTaskQueueFactory
public interface EventLoopTaskQueueFactory
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
-
Method Details
-
newTaskQueue
-