public interface FlowTraceManager
| Modifier and Type | Method and Description |
|---|---|
void |
onFlowComplete(EnrichedNotificationInfo notificationInfo)
Handles the completion of the current flow for the given event.
|
void |
onFlowStart(EnrichedNotificationInfo notificationInfo,
String flowName)
Handles the start of the passed flowName for the given event.
|
void onFlowStart(EnrichedNotificationInfo notificationInfo, String flowName)
notificationInfo - the notification information about the event for which the flow is being startedflowName - the name of the flow that is about to startvoid onFlowComplete(EnrichedNotificationInfo notificationInfo)
notificationInfo - the notification information about the event for which the flow is being completedCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.