pub fn subscribe<T: AsRef<str>>( topic: T, handler: ShareableMessageHandler, priority: Option<u8>, )
Subscribes the given handler to the topic with an optional priority.
handler
topic
priority