template <class InputMessage, class OutputMessage>
class CallbackUnaryCallImpl
Defined at line 67 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/client_callback.h
Public Methods
void CallbackUnaryCallImpl<InputMessage, OutputMessage> (grpc::ChannelInterface * channel, const grpc::internal::RpcMethod & method, grpc::ClientContext * context, const InputMessage * request, OutputMessage * result, std::function<void (grpc::Status)> on_completion)
Defined at line 69 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/client_callback.h