By mitchp
via java.dzone.com
Published: Mar 18 2013 / 08:18
The pattern chains the receiving objects together, and then passes any request messages from object to object until it reaches an object capable of handling the message. The number and type of handler objects isn’t known a priori, they can be configured dynamically.
Add your comment