GRPC C++  1.8.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Namespaces | Functions
client_unary_call.h File Reference
#include <grpc++/impl/codegen/call.h>
#include <grpc++/impl/codegen/channel_interface.h>
#include <grpc++/impl/codegen/config.h>
#include <grpc++/impl/codegen/core_codegen_interface.h>
#include <grpc++/impl/codegen/status.h>

Go to the source code of this file.

Data Structures

class  grpc::internal::BlockingUnaryCallImpl< InputMessage, OutputMessage >
 

Namespaces

 grpc
 
 grpc::internal
 Models a gRPC server.
 

Functions

template<class InputMessage , class OutputMessage >
Status grpc::internal::BlockingUnaryCall (ChannelInterface *channel, const RpcMethod &method, ClientContext *context, const InputMessage &request, OutputMessage *result)
 Wrapper that performs a blocking unary call. More...