public interface EventLoopTaskQueueFactory
| Modifier and Type | Method and Description |
|---|---|
java.util.Queue<java.lang.Runnable> |
newTaskQueue(int maxCapacity)
Returns a new
Queue to use. |
Copyright © 2008–2020 The Netty Project. All rights reserved.