Skip to content

Commit f1122f7

Browse files
committed
Added real life application to Command pattern
1 parent 823dc63 commit f1122f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

command/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Use the Command pattern when you want to
3838
## Real world examples
3939

4040
* [java.lang.Runnable](http://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html)
41+
* [Netflix Hystrix](https://github.com/Netflix/Hystrix/wiki)
4142

4243
## Credits
4344

0 commit comments

Comments
 (0)