Commands & Events: What’s the difference?
One of the building blocks of messaging is, you guessed it, messages! But there are different kinds of messages: Commands and Events. So what’s the difference? Well, they have very distinct purposes, usage, naming, ownership, and more! YouTube Check out my YouTube channel where I post all kinds of content that accompanies my posts including this video showing everything in this post. Commands The purpose of commands is the intent to invoke behavior. When you want something to happen within your system, you send a command. There is some type of capability your service provides and you need a way to expose… Read More »Commands & Events: What’s the difference?