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

Add an alias for an event type that represents java.util.Map events.

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

Syntax

Visual Basic (Declaration)
Public Overridable Sub AddEventTypeAlias ( _
	eventTypeAlias As String, _
	typeMap As EDictionary(Of String, String) _
)
C#
public virtual void AddEventTypeAlias (
	string eventTypeAlias,
	EDictionary<string, string> typeMap
)
Visual C++
public:
virtual void AddEventTypeAlias (
	String^ eventTypeAlias, 
	EDictionary<String^, String^>^ typeMap
)

Parameters

eventTypeAlias
System.String
is the alias for the event type
typeMap
net.esper.compat.EDictionary<(Of K, V>)
maps the name of each property in the Map event to the type (as a string) of its value in the Map object