Class RemoteOutputReceiver<T>
java.lang.Object
org.apache.beam.runners.fnexecution.control.RemoteOutputReceiver<T>
A pair of 
Coder and FnDataReceiver which can be registered to receive elements
 for a LogicalEndpoint.- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetCoder()abstract FnDataReceiver<T> static <T> RemoteOutputReceiverof(Coder<T> coder, FnDataReceiver<T> receiver)  
- 
Constructor Details
- 
RemoteOutputReceiver
public RemoteOutputReceiver() 
 - 
 - 
Method Details
- 
of
 - 
getCoder
 - 
getReceiver
 
 -