message_broker2.py | 77 where MESSAGE_NAME matches the string passed to post_message(), and 95 message to any topic using post_message(), and can process messages on one 115 def post_message(self, client, topic_name, message_name, *message_args): member in class:Broker 194 def post_message(self, message_name, *message_args): member in class:BrokerConnection 195 self._broker.post_message(self._client, self._post_topic,
|