# AnyJobQueuePublisher interface · @imqueue/job

Source: https://imqueue.org/api/job/latest/job.anyjobqueuepublisher/
Published: 2026-07-31
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/job 3.0.3 — generated reference, not hand-written

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:**

```typescript
export interface AnyJobQueuePublisher<T, U> 
```

## Methods


| Method | Description |
| --- | --- |
| [push(job, options)](https://imqueue.org/api/job/latest/job.anyjobqueuepublisher.push/) | Enqueues one job, optionally delayed or time-limited, and returns this queue. |

