#Is NestJS CQRS support handling event of current module by other module?
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
Hi, I have this concern when using CQRS cross module. Hope you can help.
The event/command/query bus is a singleton within the Nest application. Once you publish an event to it, any other consumer within the application can consume it and respond.
Lol, it really looks like CORS with a typo