 | EPDataFlowServiceInstantiate Method (String, String) |
Instantiate a data flow.
Namespace:
com.espertech.esper.common.client.dataflow.core
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
SyntaxEPDataFlowInstance Instantiate(
string deploymentId,
string dataflowName
)
Parameters
- deploymentId
- Type: SystemString
deployment id of dataflow (deployment id of create-dataflow statement) - dataflowName
- Type: SystemString
name of data flow to instantiate
Return Value
Type:
EPDataFlowInstancedata flow instance
See Also