JobDispatcherOptions
@tsed/bullmq
Usage
typescript
import { JobDispatcherOptions } from "@tsed/bullmq";
See /packages/third-parties/bullmq/src/types/dispatchers/JobDispatcherOptions.ts.
Overview
ts
interface JobDispatcherOptions {
queue: string;
name: string;
}
queue
ts
queue: string;
name
ts
name: string;