template <class Response>
class ClientReadReactor
Defined at line 366 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/client_callback.h
is the interface for a server-streaming RPC.
All public methods behave as in ClientBidiReactor.
Public Methods
void StartCall ()
Defined at line 368 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/client_callback.h
void StartRead (Response * resp)
Defined at line 369 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/client_callback.h
void AddHold ()
Defined at line 371 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/client_callback.h
void AddMultipleHolds (int holds)
Defined at line 372 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/client_callback.h
void RemoveHold ()
Defined at line 376 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/client_callback.h
void OnDone (const grpc::Status & )
Defined at line 378 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/client_callback.h
void OnReadInitialMetadataDone (bool )
Defined at line 379 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/client_callback.h
void OnReadDone (bool )
Defined at line 380 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/client_callback.h