template <class R>

class ServerReader

Defined at line 585 of file ../../third_party/grpc/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 590 of file ../../third_party/grpc/src/include/grpcpp/support/sync_stream.h

bool NextMessageSize (uint32_t * sz)

Defined at line 604 of file ../../third_party/grpc/src/include/grpcpp/support/sync_stream.h

bool Read (R * msg)

Defined at line 610 of file ../../third_party/grpc/src/include/grpcpp/support/sync_stream.h

Friends

template <class ServiceTypeclass RequestTypeclass ResponseType>
class ClientStreamingHandler