Expand description
Work queue support for JetStream.
This module provides a convenient interface for creating and using work queues with JetStream, including support for interest-based consumers.
Structs§
- Interest
Queue - A typed queue with interest-based retention and configurable codec.
- Interest
Queue Builder - Builder for interest-based queues.
- Streaming
Work Queue - A work queue that implements
Streamfor continuous message processing. - Work
Queue - A typed work queue backed by JetStream with configurable codec.
- Work
Queue Builder - Builder for work queues.
- Work
Queue Sink - A sink for pushing messages to a work queue.
Type Aliases§
- Queue
Message - A message from a work queue or interest queue.