@Deprecated public class QueueConfiguration extends Object implements QueueConfiguration
| Modifier and Type | Field and Description |
|---|---|
protected int |
capacity
Deprecated.
|
static int |
INFINITY_CAPACTY
Deprecated.
|
protected QueueStore<Serializable> |
objectStore
Deprecated.
|
MAXIMUM_CAPACITY| Constructor and Description |
|---|
QueueConfiguration(int capacity,
QueueStore<Serializable> objectStore)
Deprecated.
|
QueueConfiguration(MuleContext context,
int capacity,
QueueStore<Serializable> objectStore)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
int |
getCapacity()
Deprecated.
|
int |
hashCode()
Deprecated.
|
boolean |
isPersistent()
Deprecated.
|
public static final int INFINITY_CAPACTY
protected final int capacity
protected final QueueStore<Serializable> objectStore
public QueueConfiguration(MuleContext context, int capacity, QueueStore<Serializable> objectStore)
public QueueConfiguration(int capacity,
QueueStore<Serializable> objectStore)
public boolean isPersistent()
isPersistent in interface QueueConfigurationpublic int getCapacity()
getCapacity in interface QueueConfigurationCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.