 | ConfigurationCommonAddEventType Method (String, String) |
Add an name for an event type represented by plain-old object 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 classes is per class.
Namespace:
com.espertech.esper.common.client.configuration.common
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic void AddEventType(
string eventTypeName,
string eventClassName
)
Parameters
- eventTypeName
- Type: SystemString
is the name for the event type - eventClassName
- Type: SystemString
fully-qualified class name of the event type
See Also