Interface OutputReceiverFactory
public interface OutputReceiverFactory
A factory that can create output receivers during an executable stage.
- 
Method SummaryModifier and TypeMethodDescription<OutputT> FnDataReceiver<OutputT> Get a newFnDataReceiverfor an output PCollection.
- 
Method Details- 
createGet a newFnDataReceiverfor an output PCollection.This call should only be invoked once per PCollection id per factory. 
 
-