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

The emit service is a simple publish-subscribe mechanism for sending events out of the runtime to emitted event listeners that registered interest in the same or default channel that an event was emitted to.

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

Syntax

Visual Basic (Declaration)
Public Interface EmitService
C#
public interface EmitService
Visual C++
public interface class EmitService