| Package | Description |
|---|---|
| org.mule |
The Mule implementation of the Universal Message Objects(tm) API specification.
|
| org.mule.api |
The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them
|
| org.mule.interceptor | |
| org.mule.management.stats |
Jmx statistics support used to monitor messaging status for various Mule components.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessingTime |
VoidMuleEvent.getProcessingTime() |
ProcessingTime |
DefaultMuleEvent.getProcessingTime() |
| Modifier and Type | Method and Description |
|---|---|
ProcessingTime |
MuleEvent.getProcessingTime()
Returns the times spent processing this event (so far)
|
| Modifier and Type | Method and Description |
|---|---|
abstract MuleEvent |
AbstractEnvelopeInterceptor.last(MuleEvent event,
ProcessingTime time,
long startTime,
boolean exceptionWasThrown)
This method is always invoked after the event has been processed,
|
MuleEvent |
LoggingInterceptor.last(MuleEvent event,
ProcessingTime time,
long startTime,
boolean exceptionWasThrown) |
MuleEvent |
ProcessingTimeInterceptor.last(MuleEvent event,
ProcessingTime time,
long startTime,
boolean exceptionWasThrown) |
| Modifier and Type | Method and Description |
|---|---|
static ProcessingTime |
ProcessingTime.newInstance(MuleEvent event)
Create a ProcessingTime for the specified MuleSession.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultProcessingTimeWatcher.addProcessingTime(ProcessingTime processingTime) |
void |
ProcessingTimeWatcher.addProcessingTime(ProcessingTime processingTime)
Adds a new instance to watch
|
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.