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

Service implementation to reuse event streams and existing filters using reference counting to remove filters when not used.

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

Syntax

Visual Basic (Declaration)
Public Class StreamReuseServiceImpl _
	Implements StreamReuseService
C#
public class StreamReuseServiceImpl : StreamReuseService
Visual C++
public ref class StreamReuseServiceImpl : StreamReuseService

Inheritance Hierarchy

System.Object
  net.esper.view.stream.StreamReuseServiceImpl