Module queue_consumer

Source
Expand description

How to consume and process items from a queue.

Structs§

Dispatch
QueueReceiveConfig
QueueReceiver

Enums§

BatchStrategy
Override

Traits§

BatchProcessor
Receiver

Functions§

process_batch
Consume some items from the queue, processing and returning the result, logging errors as they occur.

Type Aliases§

Queue