Click or drag to resize

EPDataFlowEmitterOperator Interface

Emitter for use with data flow operators

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

The EPDataFlowEmitterOperator type exposes the following members.

Properties
  NameDescription
Public propertyName
Returns emitter name
Top
Methods
  NameDescription
Public methodSubmit
Submit an underlying event
Public methodSubmitPort
Submit an underlying event to a given port
Public methodSubmitSignal
Submit a signal
Top
See Also