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