Package org.apache.camel.component.seda
Class LinkedBlockingQueueFactory<E>
java.lang.Object
org.apache.camel.component.seda.LinkedBlockingQueueFactory<E>
- All Implemented Interfaces:
BlockingQueueFactory<E>
Implementation of
BlockingQueueFactory producing LinkedBlockingQueue-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()Create a newBlockingQueuewith default capacitycreate(int capacity) Create a newBlockingQueuewith given capacity
-
Constructor Details
-
LinkedBlockingQueueFactory
public LinkedBlockingQueueFactory()
-
-
Method Details
-
create
Description copied from interface:BlockingQueueFactoryCreate a newBlockingQueuewith default capacity- Specified by:
createin interfaceBlockingQueueFactory<E>- Returns:
- New
BlockingQueue
-
create
Description copied from interface:BlockingQueueFactoryCreate a newBlockingQueuewith given capacity- Specified by:
createin interfaceBlockingQueueFactory<E>- Returns:
- New
BlockingQueue
-