[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Overload List
Name | Description |
---|---|
Emit(Object) |
Emit an event object to any registered EmittedListener instances listening to the default channel.
|
Emit(Object, String) |
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.
|