template <class R>

class CallOpRecvMessage

Defined at line 426 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/call_op_set.h

Public Members

bool got_message

Public Methods

void RecvMessage (R * message)

Defined at line 428 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/call_op_set.h

void AllowNoMessage ()

Do not change status if no message is received.

Defined at line 431 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/call_op_set.h

Protected Methods

void AddOp (grpc_op * ops, size_t * nops)

Defined at line 436 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/call_op_set.h

void FinishOp (bool * status)

Defined at line 445 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/call_op_set.h

void SetInterceptionHookPoint (InterceptorBatchMethodsImpl * interceptor_methods)

Defined at line 470 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/call_op_set.h

void SetFinishInterceptionHookPoint (InterceptorBatchMethodsImpl * interceptor_methods)

Defined at line 477 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/call_op_set.h

void SetHijackingState (InterceptorBatchMethodsImpl * interceptor_methods)

Defined at line 484 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/call_op_set.h