[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)
Abstract base specification for a stream, consists simply of an optional stream name and a list of views
on to of the stream.
Namespace: net.esper.eql.spec
Implementation classes for views and patterns add additional information defining the stream of events.
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
System.Object
net.esper.eql.spec.StreamSpec
net.esper.eql.spec.DBStatementStreamSpec
net.esper.eql.spec.FilterStreamSpec
net.esper.eql.spec.PatternStreamSpec
net.esper.eql.spec.StreamSpec
net.esper.eql.spec.DBStatementStreamSpec
net.esper.eql.spec.FilterStreamSpec
net.esper.eql.spec.PatternStreamSpec