[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Overload List




NameDescription
SendEvent(IDataDictionary, String)
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.
SendEvent(Object)
Send an event represented by a plain Java object to the event stream processing runtime. Use the route method for sending events into the runtime from within UpdateListener code.
SendEvent(XmlNode)
Send an event represented by a DOM node to the event stream processing runtime. Use the route method for sending events into the runtime from within UpdateListener code.