22 lines
365 B
Markdown
Raw Normal View History

2017-08-05 23:33:08 +03:00
---
layout: pattern
title: Event Sourcing
folder: event-sourcing
permalink: /patterns/event-sourcing/
categories: Concurrency
tags:
- 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