| Package | Description |
|---|---|
| org.mule.config |
Providers Mule Xml configuration support and general configuration classes.
|
| org.mule.model.seda | |
| org.mule.processor |
| Modifier and Type | Method and Description |
|---|---|
static QueueProfile |
QueueProfile.newInstancePersistingToDefaultMemoryQueueStore(MuleContext muleContext) |
static QueueProfile |
QueueProfile.newInstanceWithPersistentQueueStore(MuleContext muleContext) |
| Constructor and Description |
|---|
QueueProfile(QueueProfile queueProfile) |
| Modifier and Type | Field and Description |
|---|---|
protected QueueProfile |
SedaService.queueProfile
Deprecated.
The queue profile to use for this service.
|
protected QueueProfile |
SedaModel.queueProfile
Deprecated.
The queuing profile for events received for this service
|
| Modifier and Type | Method and Description |
|---|---|
QueueProfile |
SedaService.getQueueProfile()
Deprecated.
|
QueueProfile |
SedaModel.getQueueProfile()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SedaService.setQueueProfile(QueueProfile queueProfile)
Deprecated.
|
void |
SedaModel.setQueueProfile(QueueProfile queueProfile)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected QueueProfile |
SedaStageInterceptingMessageProcessor.queueProfile |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SedaStageInterceptingMessageProcessor.configureDefaultQueueSize(QueueProfile queueProfile,
ThreadingProfile threadingProfile) |
| Constructor and Description |
|---|
LaxSedaStageInterceptingMessageProcessor(String name,
String queueName,
QueueProfile queueProfile,
int queueTimeout,
ThreadingProfile threadingProfile,
QueueStatistics queueStatistics,
MuleContext muleContext) |
SedaStageInterceptingMessageProcessor(String threadName,
String queueName,
QueueProfile queueProfile,
int queueTimeout,
ThreadingProfile threadingProfile,
QueueStatistics queueStatistics,
MuleContext muleContext) |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.