GRPC C++  1.62.0
Data Structures | Namespaces | Functions
client_callback.h File Reference
#include <atomic>
#include <functional>
#include <grpc/grpc.h>
#include <grpc/impl/call.h>
#include <grpc/support/log.h>
#include <grpcpp/impl/call.h>
#include <grpcpp/impl/call_op_set.h>
#include <grpcpp/impl/sync.h>
#include <grpcpp/support/callback_common.h>
#include <grpcpp/support/config.h>
#include <grpcpp/support/status.h>

Go to the source code of this file.

Data Structures

class  grpc::internal::CallbackUnaryCallImpl< InputMessage, OutputMessage >
 
class  grpc::internal::ClientReactor
 
class  grpc::ClientBidiReactor< Request, Response >
 ClientBidiReactor is the interface for a bidirectional streaming RPC. More...
 
class  grpc::ClientReadReactor< Response >
 ClientReadReactor is the interface for a server-streaming RPC. More...
 
class  grpc::ClientWriteReactor< Request >
 ClientWriteReactor is the interface for a client-streaming RPC. More...
 
class  grpc::ClientCallbackReaderWriter< Request, Response >
 
class  grpc::ClientCallbackReader< Response >
 
class  grpc::ClientCallbackWriter< Request >
 
class  grpc::ClientCallbackUnary
 
class  grpc::ClientBidiReactor< Request, Response >
 ClientBidiReactor is the interface for a bidirectional streaming RPC. More...
 
class  grpc::ClientReadReactor< Response >
 ClientReadReactor is the interface for a server-streaming RPC. More...
 
class  grpc::ClientWriteReactor< Request >
 ClientWriteReactor is the interface for a client-streaming RPC. More...
 
class  grpc::ClientUnaryReactor
 ClientUnaryReactor is a reactor-style interface for a unary RPC. More...
 
class  grpc::internal::ClientCallbackReaderWriterFactory< Request, Response >
 
class  grpc::internal::ClientCallbackReaderFactory< Response >
 
class  grpc::internal::ClientCallbackWriterFactory< Request >
 
class  grpc::internal::ClientCallbackReaderWriterImpl< Request, Response >
 
class  grpc::internal::ClientCallbackReaderWriterFactory< Request, Response >
 
class  grpc::internal::ClientCallbackReaderImpl< Response >
 
class  grpc::internal::ClientCallbackReaderFactory< Response >
 
class  grpc::internal::ClientCallbackWriterImpl< Request >
 
class  grpc::internal::ClientCallbackWriterFactory< Request >
 
class  grpc::internal::ClientCallbackUnaryImpl
 
class  grpc::internal::ClientCallbackUnaryFactory
 

Namespaces

 grpc
 An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided function on expiry or cancellation.
 
 grpc::internal
 Models a gRPC server.
 

Functions

template<class InputMessage , class OutputMessage , class BaseInputMessage = InputMessage, class BaseOutputMessage = OutputMessage>
void grpc::internal::CallbackUnaryCall (grpc::ChannelInterface *channel, const grpc::internal::RpcMethod &method, grpc::ClientContext *context, const InputMessage *request, OutputMessage *result, std::function< void(grpc::Status)> on_completion)
 Perform a callback-based unary call. More...