Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Android is also known as using Event-bus architecture. In Android, the main reason to use Event-Bus is loose coupling. Sometimes, you want to process specific events that are interested in multiple parts of your application, like the presentation layer, business layer, and data layer, so EventBus provides an easy solution for this.

The below is another case of building event-bus as backbone for decoupled microservice choreography.

Gliffy Diagram
nameEvent Bus as Backbone for Decoupled Microservice Choreography
pagePin1