Skip to main content

Crate nest_rs_queue_macros

Crate nest_rs_queue_macros 

Source
Expand description

The #[processor] decorator, re-exported by nestrs-queue (the backend-agnostic abstractions crate) so the call site keeps writing use nest_rs_queue::processor; regardless of which backend integration (nestrs-redis, …) is wired in.

Attribute Macros§

processor
Orchestrator on an #[injectable] provider’s impl block. Each method tagged with #[process(queue = "...", concurrency, retries)] becomes a queue consumer the QueueWorker spawns at boot.