Adapter Chain

From DocDataFlow
Revision as of 03:01, 5 July 2019 by Kris (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 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.