Skip to content

Commit 1c2105d

Browse files
committed
Added real world example for Chain
1 parent 0a1acc6 commit 1c2105d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ A programming idiom is a means of expressing a recurring construct in one or mor
287287

288288
**Real world examples:**
289289
* [java.util.logging.Logger#log()](http://docs.oracle.com/javase/8/docs/api/java/util/logging/Logger.html#log%28java.util.logging.Level,%20java.lang.String%29)
290+
* [Apache Commons Chain](https://commons.apache.org/proper/commons-chain/index.html)
290291

291292
## <a name="command">Command</a> [&#8593;](#list-of-design-patterns)
292293
**Intent:** Encapsulate a request as an object, thereby letting you parameterize clients with different requests, queue or log requests, and support undoable operations.

0 commit comments

Comments
 (0)