Functions§
- py_
msgbus_ deregister - Deregisters the given
handler
for theendpoint
address. - py_
msgbus_ is_ registered - Returns whether there are subscribers for the given
pattern
. - py_
msgbus_ is_ subscribed - Returns whether there are subscribers for the given
pattern
. - py_
msgbus_ publish - Publishes the
message
to thetopic
. - py_
msgbus_ register - Registers the given
handler
for theendpoint
address. - py_
msgbus_ send - Sends the
message
to theendpoint
. - py_
msgbus_ subscribe - Subscribes the given
handler
to thetopic
. - py_
msgbus_ unsubscribe - Unsubscribes the given
handler
from thetopic
.