Package-level declarations
Types
A single streaming call to a remote server.
A single streaming call to a remote server.
A single streaming call to a remote server. This class handles three streaming call types:
Marker annotation for experimental Wire gRPC features.
Functions
Executes a Bidirectional Streaming RPC call In this use case, you are free to interleave request and response messages. The caller can optionally send and receive messages in the supplied block or after the block completes in the returned ReceiveChannel.
Executes a blocking Bidirectional Streaming RPC call In this use case, you are free to interleave request and response messages. The caller can optionally send and receive messages in the supplied block or after the block completes in the returned MessageSource.
Returns a new instance of GrpcStreamingCall that can be used for a single call to executeIn or executeBlocking.