[][src]Module nats::subscription

Functionality relating to subscribing to a subject.

Structs

Handler

A Handler may be used to unsubscribe a handler thread.

IntoIter

An iterator over messages from a Subscription

Iter

An iterator over messages from a Subscription

Subscription

A Subscription receives Messages published to specific NATS Subjects.

TimeoutIter

An iterator over messages from a Subscription where None will be returned if a new Message has not been received by the end of a timeout.

TryIter

A non-blocking iterator over messages from a Subscription