//This is simply a skeleton for the doc
Use Stream Interconnect to use the output from one stream as input for another.
Stream Interconnect is a feature in Usage Engine that enables the user to forward output data from one stream to be processed by another stream. This feature helps with flexibility in reusing streams with a common logic and avoid having large streams with complex business logic.
The Stream Interconnect feature comprises both a Forwarder function and a Collector function.
Note | ||
---|---|---|
| ||
To use Stream Interconnect, the collector stream must be created before the forwarder stream. |
...
two functions, one which acts as a collector and the other as a forwarder. The names of the collector and forwarder functions are: