Class TaggedOutput<T>
java.lang.Object
org.talend.sdk.component.api.processor.TaggedOutput<T>
- Type Parameters:
T- the record type
A record tagged with its target output connection name.
Used with
MultiOutputIterator to route individual records to
specific output connections from a single streaming iterator.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TaggedOutput
public TaggedOutput()
-
-
Method Details
-
of
Convenience factory method.- Type Parameters:
T- the record type- Parameters:
outputName- the target output connection namerecord- the record to emit- Returns:
- a new TaggedOutput
-