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

Implementation of the filter service interface. Does not allow the same filter callback to be added more then once.

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

Syntax

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

Inheritance Hierarchy

System.Object
  net.esper.filter.FilterServiceImpl