Data Service via java abstractions.See: Description
| Interface | Description | 
|---|---|
| FnDataService | The  FnDataServiceis able to forward inbound elements to a consumer and is also a
 consumer of outbound elements. | 
| Class | Description | 
|---|---|
| GrpcDataService | A  FnDataServiceimplemented via gRPC. | 
| RemoteInputDestination<T> | A pair of  CoderandBeamFnApi.Targetwhich specifies the arguments to aFnDataServiceto send data to a remote harness. | 
Data Service via java abstractions.