Adjust pattern categories and tags

This commit is contained in:
Ilkka Seppälä
2016-07-21 09:27:48 +03:00
parent d4c2f0392d
commit 8124fd0771
14 changed files with 29 additions and 12 deletions

View File

@ -1,7 +1,14 @@
---
layout: pattern
title: Event Driven Architecture
folder: event-driven-architecture
permalink: /patterns/event-driven-architecture
categories: Architectural
tags:
- Java
- Difficulty-Intermediate
- Reactive
---
## Intent
Send and notify state changes of your objects to other applications using an Event-driven Architecture.