Skip to content

PubSubClient

PubSubClient #

send_all #

send_all(message: Any)

send_all_on_topic #

send_all_on_topic(topic: str, message: Any)

send_others #

send_others(message: Any)

send_others_on_topic #

send_others_on_topic(topic: str, message: Any)

subscribe #

subscribe(handler: Callable)

subscribe_topic #

subscribe_topic(topic: str, handler: Callable)

unsubscribe #

unsubscribe()

unsubscribe_all #

unsubscribe_all()

unsubscribe_topic #

unsubscribe_topic(topic: str)