Publish some data to a certain topic. @param topicName The topic to subscribe to. @param message The data to publish
(String topicName, Object message)
| 56 | * @param message The data to publish |
| 57 | */ |
| 58 | void publish(String topicName, Object message); |
| 59 | } |
no outgoing calls