Job
Defined in: tsed/src/decorators/job.ts:33
Method decorator that registers a method as a job handler.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
name | string | The job name (will be prefixed with controller namespace if present) |
options? | JobDecoratorOptions | Optional job configuration (concurrency, replace, etc.) |
Returns
Section titled “Returns”MethodDecorator