[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Send a map containing event property values to the event stream processing runtime.
Use the route method for sending events into the runtime from within UpdateListener code.
Namespace: net.esper.core
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Sub SendEvent ( _ map As IDataDictionary, _ eventTypeAlias As String _ ) |
C# |
---|
public virtual void SendEvent ( IDataDictionary map, string eventTypeAlias ) |
Visual C++ |
---|
public: virtual void SendEvent ( IDataDictionary^ map, String^ eventTypeAlias ) |
Parameters
- map
- net.esper.compat.IDataDictionary
map that contains event property values. Keys are expected to be of type String while values can be of any type. Keys and values should match those declared via Configuration for the given eventTypeAlias.
- eventTypeAlias
- System.String
the alias for the (property name, property type) information for this map