Adapter Chain

From DocDataFlow
Revision as of 02:17, 28 December 2013 by Kris (Talk | contribs)

Jump to: navigation, search

An adapter chain is a composite adapter which consists of a chained sequence of 'sub-adapters'. It offers a way to treat a sequence of adapters as a single new 'super-adapter'.

Adapterchain.png

The input of the adapter chain is passed through to the head adapter of the chain. The output of the tail adapter is passed through the output of the adapter chain.