pub fn register<T: AsRef<str>>(endpoint: T, handler: ShareableMessageHandler)
Expand description
Registers the handler
for the endpoint
address.
pub fn register<T: AsRef<str>>(endpoint: T, handler: ShareableMessageHandler)
Registers the handler
for the endpoint
address.