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