template <class W>
class ServerWriter
Defined at line 638 of file ../../third_party/grpc-migrating/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 644 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/sync_stream.h
bool Write (const W & msg, grpc::WriteOptions options)
Defined at line 664 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/sync_stream.h
Friends
template <class ServiceTypeclass RequestTypeclass ResponseType>
class ServerStreamingHandler