File tree Expand file tree Collapse file tree 14 files changed +29
-12
lines changed
event-driven-architecture Expand file tree Collapse file tree 14 files changed +29
-12
lines changed Original file line number Diff line number Diff line change 88 - Java
99 - Difficulty-Intermediate
1010 - Functional
11+ - Reactive
1112---
1213
1314## Intent
Original file line number Diff line number Diff line change 88 - Java
99 - Gang Of Four
1010 - Difficulty-Intermediate
11+ - Functional
1112---
1213
1314## Also known as
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ categories: Structural
77tags :
88 - Java
99 - Difficulty-Beginner
10+ - Reactive
1011---
1112
1213## Intent
Original file line number Diff line number Diff line change 1+ ---
12layout : pattern
23title : Event Driven Architecture
34folder : event-driven-architecture
45permalink : /patterns/event-driven-architecture
6+ categories : Architectural
7+ tags :
8+ - Java
9+ - Difficulty-Intermediate
10+ - Reactive
11+ ---
512
613## Intent
714Send and notify state changes of your objects to other applications using an Event-driven Architecture.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ permalink: /patterns/monad/
66categories : Other
77tags :
88 - Java
9- - Difficulty-Advanced
9+ - Difficulty-Expert
1010 - Functional
1111---
1212
Original file line number Diff line number Diff line change 1111---
1212
1313## Intent
14- Provide a template to supress any exceptions that either are declared but cannot occur or should only be logged;
14+ Provide a template to suppress any exceptions that either are declared but cannot occur or should only be logged;
1515while executing some business logic. The template removes the need to write repeated ` try-catch ` blocks.
1616
1717
@@ -20,7 +20,7 @@ while executing some business logic. The template removes the need to write repe
2020## Applicability
2121Use this idiom when
2222
23- * an API declares some exception but can never throw that exception. Eg . ByteArrayOutputStream bulk write method.
23+ * an API declares some exception but can never throw that exception eg . ByteArrayOutputStream bulk write method.
2424* you need to suppress some exception just by logging it, such as closing a resource.
2525
2626## Credits
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ layout: pattern
33title : Mutex
44folder : mutex
55permalink : /patterns/mutex/
6- categories : Lock
6+ categories : Concurrency
77tags :
88 - Java
9- - Difficulty-Beginner
9+ - Difficulty-Intermediate
1010---
1111
1212## Also known as
Original file line number Diff line number Diff line change 88 - Java
99 - Difficulty-Beginner
1010 - Gang Of Four
11+ - Reactive
1112---
1213
1314## Also known as
Original file line number Diff line number Diff line change @@ -7,9 +7,6 @@ categories: Testing
77tags :
88- Java
99- Difficulty-Intermediate
10- - Testing
11- - Web Development
12- - Encapsulation
1310---
1411
1512## Intent
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ categories: Other
77tags :
88 - Java
99 - Difficulty-Intermediate
10+ - Reactive
1011---
1112
1213## Intent
You can’t perform that action at this time.
0 commit comments