template <class W>

class ServerWriter

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

Synchronous (blocking) server-side API for doing for doing a

server-streaming RPCs, where the outgoing message stream coming from the

server 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 647 of file ../../third_party/grpc/src/include/grpcpp/support/sync_stream.h

bool Write (const W & msg, grpc::WriteOptions options)

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

Friends

template <class ServiceTypeclass RequestTypeclass ResponseType>
class ServerStreamingHandler