Queue Name
name of the queue to be used
const queueName = 'my-queue';
RoutesType
BullMQRouter
Route Type
class instance of the route type
import { BullMQRouter } from 'evolutty';
const routeType = BullMQRouter;
RoutesType
Optional
routeRoute Params
params to be passed to the route
const routeParams = {
abc: '123'
};
RoutesType
Handler
Description
class instance to be called when a message is received
Example
Memberof
RoutesType
See
BullMQHandler