Subscribing to a topic with the NestJS Microservice with Redis

后端 未结 0 369
借酒劲吻你
借酒劲吻你 2020-12-20 22:25

I have a controller setup like so:

@Controller()
export class AppController {
  constructor(private readonly appService: AppService) {}

  @EventPattern({ cmd         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题