Functionsยง
- py_
msgbus_ deregister - Deregisters the given
handlerfor theendpointaddress. - 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
messageto thetopic. - py_
msgbus_ register - Registers the given
handlerfor theendpointaddress. - py_
msgbus_ send - Sends the
messageto theendpoint. - py_
msgbus_ subscribe - Subscribes the given
handlerto thetopic. - py_
msgbus_ unsubscribe - Unsubscribes the given
handlerfrom thetopic.