Click or drag to resize

UnmatchedListener Class

Receives notification from an engine that an event that has been sent into the engine or that has been generated via insert-into has not been matched to any statement, considering all started statement's event stream filter criteria (not considering where-clause and having-clauses).
Inheritance Hierarchy
SystemMulticastDelegate
  com.espertech.esper.runtime.clientUnmatchedListener

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
public sealed class UnmatchedListener : MulticastDelegate

The UnmatchedListener type exposes the following members.

Constructors
  NameDescription
Public methodUnmatchedListener
Initializes a new instance of the UnmatchedListener class
Top
Methods
See Also