|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueueConfiguration | |
|---|---|
| org.mule.config | Providers Mule Xml configuration support and general configuration classes. |
| org.mule.processor | |
| org.mule.util.queue | A resource manager that allow access to transactional queues with optional persistence. |
| org.mule.util.queue.objectstore | A resource manager that allow access to transactional queues with optional persistence. |
| Uses of QueueConfiguration in org.mule.config |
|---|
| Methods in org.mule.config that return QueueConfiguration | |
|---|---|
QueueConfiguration |
QueueProfile.configureQueue(MuleContext context,
String component,
QueueManager queueManager)
|
QueueConfiguration |
QueueProfile.toQueueConfiguration(MuleContext context)
|
| Uses of QueueConfiguration in org.mule.processor |
|---|
| Fields in org.mule.processor declared as QueueConfiguration | |
|---|---|
protected QueueConfiguration |
SedaStageInterceptingMessageProcessor.queueConfiguration
|
| Uses of QueueConfiguration in org.mule.util.queue |
|---|
| Classes in org.mule.util.queue that implement QueueConfiguration | |
|---|---|
class |
DefaultQueueConfiguration
|
| Methods in org.mule.util.queue with parameters of type QueueConfiguration | |
|---|---|
protected DefaultQueueStore |
TransactionalQueueManager.createQueueStore(String name,
QueueConfiguration config)
|
protected abstract QueueStore |
AbstractQueueManager.createQueueStore(String name,
QueueConfiguration config)
Creates a QueueStore |
void |
DefaultQueueStore.setConfig(QueueConfiguration config)
|
void |
DelegateQueueManager.setDefaultQueueConfiguration(QueueConfiguration config)
|
void |
QueueManager.setDefaultQueueConfiguration(QueueConfiguration config)
Sets the default QueueConfiguration for any created Queue for
which a custom configuration hasn't been specified |
void |
AbstractQueueManager.setDefaultQueueConfiguration(QueueConfiguration config)
Sets the default QueueConfiguration for any created Queue for
which a custom configuration hasn't been specified |
void |
DelegateQueueManager.setQueueConfiguration(String queueName,
QueueConfiguration config)
|
void |
QueueManager.setQueueConfiguration(String queueName,
QueueConfiguration config)
Specifies a QueueConfiguration for the queue which name matches
queueName |
void |
AbstractQueueManager.setQueueConfiguration(String queueName,
QueueConfiguration newConfig)
Specifies a QueueConfiguration for the queue which name matches
queueName |
| Constructors in org.mule.util.queue with parameters of type QueueConfiguration | |
|---|---|
DefaultQueueStore(String name,
MuleContext muleContext,
QueueConfiguration config)
|
|
| Uses of QueueConfiguration in org.mule.util.queue.objectstore |
|---|
| Classes in org.mule.util.queue.objectstore that implement QueueConfiguration | |
|---|---|
class |
QueueConfiguration
Deprecated. this class will be removed in Mule 4.0 in favor of the new queue implementation |
| Methods in org.mule.util.queue.objectstore with parameters of type QueueConfiguration | |
|---|---|
void |
TransactionalQueueManager.setDefaultQueueConfiguration(QueueConfiguration config)
Deprecated. Sets the default QueueConfiguration for any created Queue for
which a custom configuration hasn't been specified |
void |
TransactionalQueueManager.setQueueConfiguration(String queueName,
QueueConfiguration config)
Deprecated. Specifies a QueueConfiguration for the queue which name matches
queueName |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||