#496 Pipeline pattern (#967)

* #496 Add pipeline module to parent pom 

* #496: Add main application class and test for pipeline

* #496: Checkstyle format and add log messages on pipeline stages 🎨

* #496: Fill readme sections of pipeline 

* #496: Javadocs and checkstyle formatting 🎨

* #496: Follow PMD checks and add more explanation as block comment on App.java

* #496: Apply requested PR changes by iluwatar 🎨
This commit is contained in:
Joshua Jimenez
2019-10-08 14:19:28 +08:00
committed by Ilkka Seppälä
parent 84c4b034a9
commit f903d7e9a9
11 changed files with 464 additions and 0 deletions

View File

@ -97,6 +97,7 @@
<module>property</module>
<module>intercepting-filter</module>
<module>producer-consumer</module>
<module>pipeline</module>
<module>poison-pill</module>
<module>reader-writer-lock</module>
<module>lazy-loading</module>