public abstract static class SdkHarnessClient.RemoteInputDestination<T>
extends java.lang.Object
Coder and BeamFnApi.Target which can be handled by the remote SDK
harness to receive elements sent from the runner.| 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> SdkHarnessClient.RemoteInputDestination<T> |
of(Coder<T> coder,
org.apache.beam.model.fnexecution.v1.BeamFnApi.Target target) |
public static <T> SdkHarnessClient.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()