|
GRPC C++
1.23.0
|
Actual implementation of bi-directional streaming. More...
Functions | |
| template<class InputMessage , class OutputMessage > | |
| void | CallbackUnaryCall (::grpc::ChannelInterface *channel, const ::grpc::internal::RpcMethod &method, ::grpc_impl::ClientContext *context, const InputMessage *request, OutputMessage *result, std::function< void(::grpc::Status)> on_completion) |
| Perform a callback-based unary call TODO(vjpai): Combine as much as possible with the blocking unary call code. More... | |
Actual implementation of bi-directional streaming.
| void grpc_impl::internal::CallbackUnaryCall | ( | ::grpc::ChannelInterface * | channel, |
| const ::grpc::internal::RpcMethod & | method, | ||
| ::grpc_impl::ClientContext * | context, | ||
| const InputMessage * | request, | ||
| OutputMessage * | result, | ||
| std::function< void(::grpc::Status)> | on_completion | ||
| ) |
Perform a callback-based unary call TODO(vjpai): Combine as much as possible with the blocking unary call code.
1.8.13