Are you an LLM? You can read better optimized documentation at /api/third-parties/bullmq/types/dispatchers/interface-job-dispatcher-options.md for this page in Markdown format
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;