Difference between revisions of "Adapter Chain"

From DocDataFlow
Jump to: navigation, search
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
 
An adapter chain is a [[Composite Adapter|''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'.
 
An adapter chain is a [[Composite Adapter|''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'.
  
[[File:adapterchain.png|800px]]
+
[[File:Adapterchain.png|800px]]
  
 
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.
 
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.

Latest revision as of 03:01, 5 July 2019

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.