Click or drag to resize

ConfigurationCommonAddEventType Method (String, String, ConfigurationCommonEventTypeBean)

Add an name for an event type that represents object type events. Note that when adding multiple names for the same type the names represent an alias to the same event type since event type identity for types is per type.

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public void AddEventType(
	string eventTypeName,
	string eventClass,
	ConfigurationCommonEventTypeBean beanEventTypeDesc
)

Parameters

eventTypeName
Type: SystemString
is the name for the event type
eventClass
Type: SystemString
fully-qualified class name of the event type
beanEventTypeDesc
Type: com.espertech.esper.common.client.configuration.commonConfigurationCommonEventTypeBean
descriptor containing property and mapping information for legacy type events
See Also