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’simplblock. Each method tagged with#[process(queue = "...", concurrency, retries)]becomes a queue consumer theQueueWorkerspawns at boot.