Click or drag to resize

EPDataFlowEPStatementFilterContext Class

Context object for filter for use with the EPStatementSource operator.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.dataflow.coreEPDataFlowEPStatementFilterContext

Namespace:  com.espertech.esper.common.client.dataflow.core
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public class EPDataFlowEPStatementFilterContext

The EPDataFlowEPStatementFilterContext type exposes the following members.

Constructors
  NameDescription
Public methodEPDataFlowEPStatementFilterContext
Ctor.
Top
Methods
  NameDescription
Public methodGetDeploymentId
Returns the deployment id
Public methodGetEpStatement
Returns the statement, can safely be cast to EPStatement
Public methodGetStatementName
Returns the statement name
Top
See Also