public class DefaultQueueConfiguration extends Object implements QueueConfiguration
MAXIMUM_CAPACITY| Constructor and Description |
|---|
DefaultQueueConfiguration() |
DefaultQueueConfiguration(int capacity,
boolean isPersistent) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getCapacity() |
boolean |
isPersistent() |
String |
toString() |
public DefaultQueueConfiguration()
public DefaultQueueConfiguration(int capacity,
boolean isPersistent)
public boolean isPersistent()
isPersistent in interface QueueConfigurationpublic int getCapacity()
getCapacity in interface QueueConfigurationCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.