chore: src/modules/demo/queue/getter.ts
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
import { BaseCoolQueue, CoolQueue } from '@cool-midway/task';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 主动消费队列
|
||||||
|
*/
|
||||||
|
@CoolQueue({ type: 'getter' })
|
||||||
|
export class DemoGetterQueue extends BaseCoolQueue {}
|
||||||
Reference in New Issue
Block a user