Difference between revisions of "Adapter Chain"

From DocDataFlow
Jump to: navigation, search
Line 2: Line 2:
  
 
[[File:adapterchain.png|800px]]
 
[[File:adapterchain.png|800px]]
 +
 +
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.

Revision as of 02:17, 28 December 2013

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.