Function subscribe_single_async

Source
pub fn subscribe_single_async(endpoint: &str) -> Result<MessageStream, Error>
👎Deprecated since 1.3.2: Use subscribe_async. The name changed because there is no distinction made anymore between subscribing to 1 or more endpoints.
Available on crate feature async only.
Expand description

Subscribes to a single ZMQ endpoint and returns a MessageStream.