| Package | Description |
|---|---|
| org.mule.runtime.core.api | |
| org.mule.runtime.core.api.context.notification | |
| org.mule.runtime.core.context.notification | |
| org.mule.runtime.core.message |
| Modifier and Type | Method and Description |
|---|---|
FlowCallStack |
Event.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() |
FlowCallStack |
EnrichedServerNotification.getFlowCallStack() |
FlowCallStack |
EnrichedNotificationInfo.getFlowCallStack() |
| Constructor and Description |
|---|
EnrichedNotificationInfo(String uniqueId,
String correlationId,
GroupCorrelation groupCorrelation,
org.mule.runtime.api.message.Message message,
Optional<org.mule.runtime.api.message.Error> error,
Object component,
Exception exception,
Map<String,org.mule.runtime.api.metadata.TypedValue> variables,
String originatingFlowName,
FlowCallStack flowCallStack) |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
FlowCallStack |
DefaultEventBuilder.EventImplementation.getFlowCallStack() |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.