E - Element type, usually Exchangepublic interface BlockingQueueFactory<E>
BlockingQueue| Modifier and Type | Method and Description |
|---|---|
BlockingQueue<E> |
create()
Create a new
BlockingQueue with default capacity |
BlockingQueue<E> |
create(int capacity)
Create a new
BlockingQueue with given capacity |
BlockingQueue<E> create()
BlockingQueue with default capacityBlockingQueueBlockingQueue<E> create(int capacity)
BlockingQueue with given capacityBlockingQueueApache Camel