Added real life application to Command pattern

This commit is contained in:
Narendra Pathai 2016-02-15 18:21:34 +05:30
parent 823dc6395f
commit f1122f78e3

View File

@ -38,6 +38,7 @@ Use the Command pattern when you want to
## Real world examples
* [java.lang.Runnable](http://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html)
* [Netflix Hystrix](https://github.com/Netflix/Hystrix/wiki)
## Credits