From f1122f78e32c4db99b42bc224344651dba9b0757 Mon Sep 17 00:00:00 2001 From: Narendra Pathai Date: Mon, 15 Feb 2016 18:21:34 +0530 Subject: [PATCH] Added real life application to Command pattern --- command/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/command/index.md b/command/index.md index 2b9311537..ee0003ab7 100644 --- a/command/index.md +++ b/command/index.md @@ -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