Click or drag to resize

EPDataFlowOperatorProvider Interface

For use in data flow instantiation, may provide operator instances.

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

The EPDataFlowOperatorProvider type exposes the following members.

Methods
  NameDescription
Public methodProvide
Called to see if the provider would like to provide the operator instance as described in the context.
Top
See Also