开发者

When publishing commands in CQRS what method should I use

I'm probably going开发者_如何转开发 to be using NService bus, I understand that the dispatcher of events is going to publish the events to the subscribers but i'm wondering if it's correct to publish the commands in the 1st instance?


Publishing and a pub/sub workflow makes sense for events however Commands are meant to have a single processor and therefore should be 'sent' not published. NServiceBus supports this concept in addition to pub/sub.

Note also that in a CQRS architecture queries are not commands and therefore not best suited for use with NServiceBus.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜