What Is Event Driven Architecture?

Event

What is event driven architecture (EDA)? Event-driven architecture is a software design pattern that allows an event to trigger the execution of code, as opposed to having the code be executed in response to a request. Event-driven architecture can…