public class DynamicFlowFactory extends Object
Constructor and Description |
---|
DynamicFlowFactory() |
Modifier and Type | Method and Description |
---|---|
static Flow |
createDynamicFlow(MuleContext muleContext,
String flowName,
List<MessageProcessor> messageProcessors)
Creates a programmatic flow
|
public static Flow createDynamicFlow(MuleContext muleContext, String flowName, List<MessageProcessor> messageProcessors) throws MuleException
muleContext
- the context of the applicationflowName
- the flow namemessageProcessors
- the flow message processorsMuleException
- if there was a failure registering the flow in mule.Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.