template <class R>

class ServerReader

Defined at line 582 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/sync_stream.h

Synchronous (blocking) server-side API for doing client-streaming RPCs,

where the incoming message stream coming from the client has messages of

type

Public Methods

void SendInitialMetadata ()

See the

method

for semantics. Note that initial metadata will be affected by the

associated with this call.

Defined at line 587 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/sync_stream.h

bool NextMessageSize (uint32_t * sz)

Defined at line 601 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/sync_stream.h

bool Read (R * msg)

Defined at line 607 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/sync_stream.h

Friends

template <class ServiceTypeclass RequestTypeclass ResponseType>
class ClientStreamingHandler