| Package | Description |
|---|---|
| org.mule.runtime.core.api.context.notification | |
| org.mule.runtime.core.context.notification |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PipelineMessageNotificationListener<T extends PipelineMessageNotification> |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowNotificationTextDebugger.onNotification(PipelineMessageNotification notification) |
void |
MessageProcessingFlowTraceManager.onPipelineNotificationComplete(PipelineMessageNotification notification)
Callback method for when a flow or sub-flow called from a
flow-ref component has been completed. |
void |
MessageProcessingFlowTraceManager.onPipelineNotificationStart(PipelineMessageNotification notification)
Callback method for when a flow or sub-flow is about to be called from a
flow-ref. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.