See: Description
| Interface | Description |
|---|---|
| BeamFnDataClient |
The
BeamFnDataClient is able to forward inbound elements to a FnDataReceiver and
provide a receiver of outbound elements. |
| Class | Description |
|---|---|
| BeamFnDataGrpcClient |
A
BeamFnDataClient that uses gRPC for sending and receiving data. |
| MultiplexingFnDataReceiver<T> |
A
FnDataReceiver which forwards all received inputs to a collection of receivers. |
| QueueingBeamFnDataClient |
A
BeamFnDataClient that queues elements so that they can be consumed and processed in the
thread which calls @{link #drainAndBlock}. |