GRPC C++  1.30.0
Public Member Functions
grpc_impl::internal::CallbackUnaryCallImpl< InputMessage, OutputMessage > Class Template Reference

#include <channel_interface.h>

Public Member Functions

 CallbackUnaryCallImpl (::grpc::ChannelInterface *channel, const ::grpc::internal::RpcMethod &method, ::grpc_impl::ClientContext *context, const InputMessage *request, OutputMessage *result, std::function< void(::grpc::Status)> on_completion)
 

Constructor & Destructor Documentation

◆ CallbackUnaryCallImpl()

template<class InputMessage, class OutputMessage>
grpc_impl::internal::CallbackUnaryCallImpl< InputMessage, OutputMessage >::CallbackUnaryCallImpl ( ::grpc::ChannelInterface channel,
const ::grpc::internal::RpcMethod method,
::grpc_impl::ClientContext context,
const InputMessage *  request,
OutputMessage *  result,
std::function< void(::grpc::Status)>  on_completion 
)
inline

The documentation for this class was generated from the following files: