Skip to content

JobController

@tsed/bullmq

Usage

typescript
import { JobController } from "@tsed/bullmq";

See /packages/third-parties/bullmq/src/types/decorators/JobController.ts.

Overview

ts
function JobController(name: string, queue?: string, opts?: JobsOptions): any;

Released under the MIT License.