public interface OutputReceiverFactory
| Modifier and Type | Method and Description | 
|---|---|
| <OutputT> FnDataReceiver<OutputT> | create(java.lang.String pCollectionId)Get a new  FnDataReceiverfor an output PCollection. | 
<OutputT> FnDataReceiver<OutputT> create(java.lang.String pCollectionId)
FnDataReceiver for an output PCollection.
 This call should only be invoked once per PCollection id per factory.