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

Implementation of the net.esper.events.EventType interface for handling plain Maps containing name value pairs.

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

Syntax

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

Inheritance Hierarchy

System.Object
  net.esper.events.MapEventType

See Also