public abstract class RemoteInputDestination<T>
extends java.lang.Object
Coder and BeamFnApi.Target which specifies the arguments to a FnDataService to send data to a remote harness.| Constructor and Description | 
|---|
RemoteInputDestination()  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract Coder<T> | 
getCoder()  | 
abstract org.apache.beam.model.fnexecution.v1.BeamFnApi.Target | 
getTarget()  | 
static <T> RemoteInputDestination<T> | 
of(Coder<T> coder,
  org.apache.beam.model.fnexecution.v1.BeamFnApi.Target target)  | 
public static <T> RemoteInputDestination<T> of(Coder<T> coder, org.apache.beam.model.fnexecution.v1.BeamFnApi.Target target)
public abstract org.apache.beam.model.fnexecution.v1.BeamFnApi.Target getTarget()