Files
java-design-patterns/event-sourcing
Serdar Hamzaoğulları 4b3435c550 Code formating
2017-08-13 00:08:35 +03:00
..
2017-08-13 00:08:35 +03:00
2017-08-06 22:51:43 +03:00
2017-08-05 23:33:08 +03:00

layout, title, folder, permalink, categories, tags
layout title folder permalink categories tags
pattern Event Sourcing event-sourcing /patterns/event-sourcing/ Concurrency
Java
Difficulty Intermediate
Performance

Intent

Applicability

Use the Event Sourcing pattern when

  • You have a limited accesibility resource and the asynchronous process is acceptable to reach that

Credits