template <class Response>
class ClientCallbackReader
Defined at line 171 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/client_callback.h
Public Methods
void StartCall ()
void Read (Response * resp)
void AddHold (int holds)
void RemoveHold ()
void ~ClientCallbackReader<Response> ()
Defined at line 173 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/client_callback.h
Protected Methods
void BindReactor (ClientReadReactor<Response> * reactor)
Defined at line 180 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/client_callback.h