Publishes data to a topic, allowing other subscribers to receive the message.
The topic to publish to.
The data to be sent
A boolean indicating whether the publish was successful.
Subscribes to a topic, allowing you to receive messages published to that topic.
The topic to subscribe to.
The function that will be called when a message is received on the subscribed topic.
An object containing an unsubscribe function.
The Messaging Service provides Publish/Subscribe functionality for communicating across different game servers.