Click or drag to resize

EPDataFlowServiceInstantiate Method (String, String, EPDataFlowInstantiationOptions)

Instantiate a data flow, with options.

Namespace:  com.espertech.esper.common.client.dataflow.core
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
EPDataFlowInstance Instantiate(
	string deploymentId,
	string dataFlowName,
	EPDataFlowInstantiationOptions options
)

Parameters

deploymentId
Type: SystemString
deployment id of dataflow (deployment id of create-dataflow statement)
dataFlowName
Type: SystemString
name of data flow to instantiate
options
Type: com.espertech.esper.common.client.dataflow.coreEPDataFlowInstantiationOptions
populate options to control parameterization, instantiation etc.

Return Value

Type: EPDataFlowInstance
data flow instance
See Also