Static
flowStatic
queueClass to be used to create Bull queues. This configuration property can be used to instruct the "@nestjs/bullmq" package to use, for example, "QueuePro" class (from "BullMQ Pro").
QueuePro
Static
workerClass to be used to create Bull workers. This configuration property can be used to instruct the "@nestjs/bullmq" package to use, for example, "WorkerPro" class (from "BullMQ Pro").
WorkerPro
Static
forRegisters a globally available configuration for all queues.
shared bull configuration object
Registers a globally available configuration under a specified "configKey".
a key under which the configuration should be available
Static
forRegisters a globally available configuration for all queues.
shared bull configuration async factory
Registers a globally available configuration under a specified "configKey".
a key under which the configuration should be available
shared bull configuration async factory
Static
registerRest
...options: RegisterFlowProducerOptions[]Static
registerRest
...options: RegisterFlowProducerAsyncOptions[]Static
registerRest
...options: RegisterQueueOptions[]Static
registerRest
...options: RegisterQueueAsyncOptions[]Generated using TypeDoc
Class to be used to create Bull flow producers. This configuration property can be used to instruct the "@nestjs/bullmq" package to use, for example, "FlowProducerPro" class (from "BullMQ Pro").
Default
FlowProducerPro