| 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.api.context.notification | |
| org.mule.context.notification |
Internal server notification types fired via the MuleManager.
|
| Modifier and Type | Method and Description |
|---|---|
FlowCallStack |
DefaultMuleEvent.getFlowCallStack() |
FlowCallStack |
VoidMuleEvent.getFlowCallStack() |
| Modifier and Type | Method and Description |
|---|---|
FlowCallStack |
MuleEvent.getFlowCallStack()
Events have a stack of executed flows (same as a call stack), so that at any given instant an application
developer can determine where this event came from.
|
| Modifier and Type | Method and Description |
|---|---|
FlowCallStack |
FlowCallStack.clone() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFlowCallStack
Keeps context information about the executing flows and its callers in order to provide augmented troubleshooting
information for an application developer.
|
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.