Event Bus Overall document

pull/4383/head
Halil İbrahim Kalkan 5 years ago
parent 533d99c51e
commit b614033568

@ -1,3 +1,10 @@
# Event Bus
TODO
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](Local-Event-Bus.md)** is suitable for in-process messaging.
* **[Distributed Event Bus](Distributed-Event-Bus.md)** is suitable for inter-process messaging, like microservices publishing and subscribing to distributed events.
Loading…
Cancel
Save