chore: src/modules/demo/queue/getter.ts

This commit is contained in:
2026-07-01 17:56:34 +08:00
parent 761e7a0076
commit d95105a6a2
+7
View File
@@ -0,0 +1,7 @@
import { BaseCoolQueue, CoolQueue } from '@cool-midway/task';
/**
* 主动消费队列
*/
@CoolQueue({ type: 'getter' })
export class DemoGetterQueue extends BaseCoolQueue {}