UNPKG

@pulsecron/nestjs-pulse

Version:

The modern MongoDB-powered scheduling library pulse for NestJS

9 lines (8 loc) 549 B
import { PulseQueueEvent } from "../enums"; export declare const OnQueueEvent: (type: PulseQueueEvent, jobName?: string) => MethodDecorator; export declare const OnQueueReady: () => MethodDecorator; export declare const OnQueueError: () => MethodDecorator; export declare const OnJobStart: (jobName?: string) => MethodDecorator; export declare const OnJobComplete: (jobName?: string) => MethodDecorator; export declare const OnJobSuccess: (jobName?: string) => MethodDecorator; export declare const OnJobFail: (jobName?: string) => MethodDecorator;