[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
A streams is a conduct for incoming events. Incoming data is placed into streams for consumption by queries.
Namespace: net.esper.view
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface EventStream _ Implements Viewable, EventCollection, IEnumerable(Of EventBean), IEnumerable |
C# |
---|
public interface EventStream : Viewable, EventCollection, IEnumerable<EventBean>, IEnumerable |
Visual C++ |
---|
public interface class EventStream : Viewable, EventCollection, IEnumerable<EventBean^>, IEnumerable |