mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-06-09 14:11:58 +00:00
22 lines
365 B
Markdown
22 lines
365 B
Markdown
---
|
|
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
|
|
|