Class EPDataFlowDescriptor

java.lang.Object
com.espertech.esper.common.client.dataflow.core.EPDataFlowDescriptor

public class EPDataFlowDescriptor extends Object
Data flow descriptor.
  • Constructor Details

    • EPDataFlowDescriptor

      public EPDataFlowDescriptor(String deploymentId, String dataFlowName, String statementName)
      Ctor.
      Parameters:
      deploymentId - deployment id
      dataFlowName - data flow name
      statementName - statement name
  • Method Details

    • getDataFlowName

      public String getDataFlowName()
      Returns the data flow name.
      Returns:
      name
    • getStatementName

      public String getStatementName()
      Returns the statement name.
      Returns:
      statement name.
    • getDeploymentId

      public String getDeploymentId()
      Returns the deployment id
      Returns:
      deployment id