 | ConfigurationCommonAddEventType Method (String, Properties) |
Add an name for an event type that represents IDictionary events.
Each entry in the type map is the property name and the fully-qualified
type name or primitive type name.
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,
Properties typeMap
)
Parameters
- eventTypeName
- Type: SystemString
is the name for the event type - typeMap
- Type: com.espertech.esper.compatProperties
maps the name of each property in the Map event to the type(fully qualified classname) of its value in Map event
instances.
See Also