[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 legacy Java type (non-JavaBean style) events.

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

Syntax

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

Parameters

eventTypeAlias
System.String
is the alias for the event type
javaEventClass
System.String
fully-qualified class name of the event type
legacyEventTypeDesc
net.esper.client.ConfigurationEventTypeLegacy
descriptor containing property and mapping information for Legacy Java type events