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

#include <client_context.h>

Public Member Functions

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

Constructor & Destructor Documentation

◆ CallbackUnaryCallImpl()

template<class InputMessage , class OutputMessage >
grpc::internal::CallbackUnaryCallImpl< InputMessage, OutputMessage >::CallbackUnaryCallImpl ( grpc::ChannelInterface channel,
const grpc::internal::RpcMethod method,
grpc::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: