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 java.lang.String | 
getPTransformId()  | 
static <T> RemoteInputDestination<T> | 
of(Coder<T> coder,
  java.lang.String ptransformId)  | 
public static <T> RemoteInputDestination<T> of(Coder<T> coder, java.lang.String ptransformId)
public abstract java.lang.String getPTransformId()