|
GRPC C++
1.19.0
|
#include <functional>#include <grpcpp/impl/codegen/call.h>#include <grpcpp/impl/codegen/call_op_set.h>#include <grpcpp/impl/codegen/callback_common.h>#include <grpcpp/impl/codegen/channel_interface.h>#include <grpcpp/impl/codegen/config.h>#include <grpcpp/impl/codegen/core_codegen_interface.h>#include <grpcpp/impl/codegen/status.h>Go to the source code of this file.
Namespaces | |
| grpc | |
| This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInputStream interface. | |
| grpc::internal | |
| Models a gRPC server. | |
| grpc::experimental | |
| ClientRpcInfo represents the state of a particular RPC as it appears to an interceptor. | |
Functions | |
| template<class InputMessage , class OutputMessage > | |
| void | grpc::internal::CallbackUnaryCall (ChannelInterface *channel, const RpcMethod &method, ClientContext *context, const InputMessage *request, OutputMessage *result, std::function< void(Status)> on_completion) |
| Perform a callback-based unary call TODO(vjpai): Combine as much as possible with the blocking unary call code. More... | |
1.8.13