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

Specification for building an event stream out of a filter for events (supplying type and basic filter criteria) and views onto these events which are staggered onto each other to supply a final stream of events.

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

Syntax

Visual Basic (Declaration)
Public Class FilterStreamSpec _
	Inherits StreamSpec
C#
public class FilterStreamSpec : StreamSpec
Visual C++
public ref class FilterStreamSpec : public StreamSpec

Inheritance Hierarchy

System.Object
  net.esper.eql.spec.StreamSpec
    net.esper.eql.spec.FilterStreamSpec