Difference between revisions of "Adapter Chain"
From DocDataFlow
Line 3: | Line 3: | ||
[[File:adapterchain.png|800px]] | [[File:adapterchain.png|800px]] | ||
− | The input | + | The input to the adapter chain is passed through to the head adapter of the chain. The output coming out of the tail adapter is passed through as the output of the adapter chain. |
Revision as of 02:18, 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'.
The input to the adapter chain is passed through to the head adapter of the chain. The output coming out of the tail adapter is passed through as the output of the adapter chain.