Also known as
- Event Bus
- Message Bus
Intent of Data Bus Design Pattern
The Data Bus design pattern aims to provide a centralized communication channel through which various components of a system can exchange data without being directly connected, thus promoting loose coupling and enhancing scalability and maintainability.