Control Service via java abstractions.See: Description
| Interface | Description | 
|---|---|
| SdkHarnessClient.IdGenerator | A supply of unique identifiers, used internally. | 
| Class | Description | 
|---|---|
| FnApiControlClientPoolService | A Fn API control service which adds incoming SDK harness connections to a pool. | 
| SdkHarnessClient | A high-level client for an SDK harness. | 
| SdkHarnessClient.ActiveBundle<InputT> | An active bundle for a particular  BeamFnApi.ProcessBundleDescriptor. | 
| SdkHarnessClient.RemoteInputDestination<T> | A pair of  CoderandBeamFnApi.Targetwhich can be handled by the remote SDK
 harness to receive elements sent from the runner. | 
| SdkHarnessClient.RemoteOutputReceiver<T> | A pair of  CoderandFnDataReceiverwhich can be registered to receive elements
 for aLogicalEndpoint. | 
Control Service via java abstractions.