Package org.talend.sdk.component.api.processor
package org.talend.sdk.component.api.processor
-
ClassDescriptionCalled before an element group (bundle in beam semantic).Called before an element group (bundle in beam semantic).Mark a method as returning an input connector.Allows a processor to stream records lazily to multiple output connections without buffering, supporting two mutually exclusive modes per invocation: Split mode (
MultiOutputIterator.setIterator(Iterator)): a single tagged iterator routes each record to a specific output connection viaTaggedOutput.Mark a class as returning an processor connector.TaggedOutput<T>A record tagged with its target output connection name.