[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
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.
Namespace: net.esper.client
Assembly:
NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub SendEvent ( _
_object As Object _
) |
C# |
---|
void SendEvent (
Object _object
) |
Visual C++ |
---|
void SendEvent (
Object^ _object
) |
Parameters
- _object
- System.Object
is the event to sent to the runtime