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