[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Event stream implementation that does not keep any window by itself of the events coming into the stream.

Namespace: net.esper.view
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public NotInheritable Class ZeroDepthStream _
	Implements EventStream, Viewable, EventCollection, IEnumerable(Of EventBean), IEnumerable
C#
public sealed class ZeroDepthStream : EventStream, Viewable, EventCollection, IEnumerable<EventBean>, IEnumerable
Visual C++
public ref class ZeroDepthStream sealed : EventStream, Viewable, EventCollection, IEnumerable<EventBean^>, IEnumerable

Inheritance Hierarchy

System.Object
  net.esper.view.ZeroDepthStream