 | EPDataFlowServiceGetDataFlow Method |
Returns a descriptor for the given data flow, or null if the data flow has not been declared.
Namespace:
com.espertech.esper.common.client.dataflow.core
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
SyntaxEPDataFlowDescriptor GetDataFlow(
string deploymentId,
string dataflowName
)
Parameters
- deploymentId
- Type: SystemString
deployment id of dataflow (deployment id of create-dataflow statement) - dataflowName
- Type: SystemString
data flow name
Return Value
Type:
EPDataFlowDescriptordata flow descriptor
See Also