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

Abstract base specification for a stream, consists simply of an optional stream name and a list of views on to of the stream.

Implementation classes for views and patterns add additional information defining the stream of events.

Namespace: net.esper.eql.spec
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public MustInherit Class StreamSpec
C#
public abstract class StreamSpec
Visual C++
public ref class StreamSpec abstract

Inheritance Hierarchy