Interface OutputReceiverFactory
-
public interface OutputReceiverFactoryA factory that can create output receivers during an executable stage.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <OutputT> org.apache.beam.sdk.fn.data.FnDataReceiver<OutputT>create(java.lang.String pCollectionId)Get a newFnDataReceiverfor an output PCollection.
-