AnyJobQueuePublisher interface
The producing half of a queue: something that can enqueue jobs.
T is the implementing type, returned for chaining; U is the job body type.
Signature:
export interface AnyJobQueuePublisher<T, U>
Methods
|
Method |
Description |
|---|---|
|
Enqueues one job, optionally delayed or time-limited, and returns this queue. |
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.