IMessageBroker Methods | Glimpse API Documentation |
The IMessageBroker type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
Publish T |
Publishes the specified message using the type as the topic.
| |
Subscribe T |
Subscribes the specified action to the Type specified.
| |
Unsubscribe T |
Unsubscribes the listener from the specified subscription id.
|
See Also