Difference between revisions of "Output"
From DocDataFlow
(Created page with "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 ...") |
(No difference)
|
Latest revision as of 19:43, 29 December 2013
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.