[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 represented by Java-bean plain-old Java object events.

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

Syntax

Visual Basic (Declaration)
Public Overridable Sub AddEventTypeAlias ( _
	eventTypeAlias As String, _
	javaEventClassName As String _
)
C#
public virtual void AddEventTypeAlias (
	string eventTypeAlias,
	string javaEventClassName
)
Visual C++
public:
virtual void AddEventTypeAlias (
	String^ eventTypeAlias, 
	String^ javaEventClassName
)

Parameters

eventTypeAlias
System.String
is the alias for the event type
javaEventClassName
System.String
fully-qualified class name of the event type