java-design-patterns/event-driven-architecture
2017-04-01 17:14:02 +03:00
..
2017-02-11 21:46:56 +02:00
2017-03-22 01:16:02 +08:00
2017-04-01 17:14:02 +03:00

layout, title, folder, permalink, pumlid, categories, tags
layout title folder permalink pumlid categories tags
pattern Event Driven Architecture event-driven-architecture /patterns/event-driven-architecture/ TOhH3SCW30LNQGS0_tSRnrZ15H1adfFromBzkfFktZQaHT7mzgh0N1yYvoUVXXf7B7Mv1dGWozN9MZmCTlhopQdeidEaoO3wMDHvRI6zzvwAssPYbsfGGRYIGlxN7DxpZDv- Architectural
Java
Difficulty-Intermediate
Reactive

Intent

Send and notify state changes of your objects to other applications using an Event-driven Architecture.

alt text

Applicability

Use an Event-driven architecture when

  • you want to create a loosely coupled system
  • you want to build a more responsive system
  • you want a system that is easier to extend

Real world examples

Credits