[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Emit an event object to any registered EmittedListener instances on the specified channel.
Event listeners listening to all channels as well as those listening to the specific channel
are called. Supplying a null value in the channel has the same result as the Emit(Object object) method.
Namespace: net.esper.client
Assembly:
NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub Emit ( _
_object As Object, _
channel As String _
) |
Parameters
- _object
- System.Object
to be emitted
- channel
- System.String
channel to emit the object to, or null if emitting to the default channel