#Is NestJS CQRS support handling event of current module by other module?

3 messages · Page 1 of 1 (latest)

wooden schooner
#

Hi, I have this concern when using CQRS cross module. Hope you can help.

severe thistle
#

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.

mental spear
#

Lol, it really looks like CORS with a typo