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