@Deprecated public class QueueFactory extends Object
Queue
instances based on a best fit to the ConcurrentQueueSpec
.
This allows minimal dependencies between user code and the queue implementations and gives users a way to express
their requirements on a higher level.Constructor and Description |
---|
QueueFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <E> Queue<E> |
newQueue(ConcurrentQueueSpec qs)
Deprecated.
|
public static <E> Queue<E> newQueue(ConcurrentQueueSpec qs)
Copyright © 2008–2021 The Netty Project. All rights reserved.