template <class Response>

class ServerCallbackWriter

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

Public Methods

void Finish (grpc::Status s)
void SendInitialMetadata ()
void Write (const Response * msg, grpc::WriteOptions options)
void WriteAndFinish (const Response * msg, grpc::WriteOptions options, grpc::Status s)
void ~ServerCallbackWriter<Response> ()

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

Protected Methods

void BindReactor (ServerWriteReactor<Response> * reactor)

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