| Package | Description |
|---|---|
| org.mule.management.stats |
Jmx statistics support used to monitor messaging status for various Mule components.
|
| org.mule.processor | |
| org.mule.processor.strategy |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationStatistics
Aggregate statistics for all services and flows in an application.
|
class |
FlowConstructStatistics |
class |
SedaServiceStatistics
Deprecated.
|
class |
ServiceStatistics
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueueStatisticsAware.setQueueStatistics(QueueStatistics queueStatistics) |
| Modifier and Type | Field and Description |
|---|---|
protected QueueStatistics |
SedaStageInterceptingMessageProcessor.queueStatistics |
| 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) |
| Modifier and Type | Field and Description |
|---|---|
protected QueueStatistics |
QueuedAsynchronousProcessingStrategy.queueStatistics |
| Modifier and Type | Method and Description |
|---|---|
QueueStatistics |
QueuedAsynchronousProcessingStrategy.getQueueStatistics() |
| Modifier and Type | Method and Description |
|---|---|
void |
QueuedAsynchronousProcessingStrategy.setQueueStatistics(QueueStatistics queueStatistics) |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.