Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 516 Bytes

Event-Bus.md

File metadata and controls

10 lines (6 loc) · 516 Bytes

Event Bus

An event bus is a mediator that transfers a message from a sender to a receiver. In this way, it provides a loosely coupled communication way between objects, services and applications.

Event Bus Types

ABP Framework provides two type of event buses;

  • Local Event Bus is suitable for in-process messaging.
  • Distributed Event Bus is suitable for inter-process messaging, like microservices publishing and subscribing to distributed events.