pub fn subscribe_async_monitor(
endpoints: &[&str],
) -> Result<MessageStream, Error>
Available on crate feature
async
only.Expand description
Subscribes to multiple ZMQ endpoints and returns a stream that yields Message
s and events
(see MonitorMessage
).