RabbitMqQueue.prototype.enqueue<T>(job: StoredJob<T>): Promise<void>
Usage
import { RabbitMqQueue } from "queue-plugin/src/index.ts";
RabbitMqQueue.prototype.enqueue<T>(job: StoredJob<T>): Promise<void>
import { RabbitMqQueue } from "queue-plugin/src/index.ts";