GRPC C++  1.62.0
Public Member Functions | Friends
grpc::ServerWriter< W > Class Template Reference

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 W. More...

#include <completion_queue.h>

Public Member Functions

void SendInitialMetadata () override
 See the ServerStreamingInterface.SendInitialMetadata method for semantics. More...
 
bool Write (const W &msg, grpc::WriteOptions options) override
 

Friends

template<class ServiceType , class RequestType , class ResponseType >
class internal::ServerStreamingHandler
 

Detailed Description

template<class W>
class grpc::ServerWriter< W >

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 W.

Member Function Documentation

◆ SendInitialMetadata()

template<class W >
void grpc::ServerWriter< W >::SendInitialMetadata ( )
inlineoverride

See the ServerStreamingInterface.SendInitialMetadata method for semantics.

Note that initial metadata will be affected by the ServerContext associated with this call.

◆ Write()

template<class W >
bool grpc::ServerWriter< W >::Write ( const W &  msg,
grpc::WriteOptions  options 
)
inlineoverride

Friends And Related Function Documentation

◆ internal::ServerStreamingHandler

template<class W >
template<class ServiceType , class RequestType , class ResponseType >
friend class internal::ServerStreamingHandler
friend

The documentation for this class was generated from the following files: