Output

From DocDataFlow
Revision as of 19:43, 29 December 2013 by Kris (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

An output is an atomic adapter which will emit granules in some form to some external output. This could be a file, a string or some other form of external output that can be processed by some other programming logic,...

An output is normally a 'sink': it accepts data through its input connection, but emits no data through its output connection.

Any granules that come in are dropped from the data flow.