public final class QueueReference extends Object
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Gets the reference counter
|
Boolean |
getMultipleConsumers() |
BlockingQueue<Exchange> |
getQueue()
Gets the queue
|
Integer |
getSize()
Gets the queue size
|
boolean |
hasConsumers() |
public int getCount()
public Integer getSize()
public Boolean getMultipleConsumers()
public BlockingQueue<Exchange> getQueue()
public boolean hasConsumers()
Apache Camel