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