Event Concepts & Formats

Software systems don’t “do things” randomly. They react to events. And in event-driven architecture, the most important distinction you need to understand is this: Is the event internal (created by your system), or external (coming from outside your system)? I learned this the hard way while working on a system...

Most popular