pub struct NSQConsumer { /* private fields */ }
Expand description

An NSQD consumer corresponding to multiple NSQD instances.

A consumer will automatically restart and maintain connections to multiple NSQD instances. As connections die, and restart REQ will automatically be rebalanced to the active connections.

Implementations

Consume events from NSQ connections including status events.

Consume events from NSQ connections ignoring all connection status events.

Indicates if any connections are blocked on processing before being able to receive more messages. This can be useful for determining when to process a batch of messages.

Trait Implementations

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more