 | ConfigurationCommonAddEventType Method (Type) |
Add an name for an event type represented by plain-old object events,
and the name is the simple class name of the class.
Namespace:
com.espertech.esper.common.client.configuration.common
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic void AddEventType(
Type eventClass
)
Parameters
- eventClass
- Type: SystemType
is the event class for which to add the name
See Also