GRPC C++  1.62.0
Data Structures | Namespaces | Typedefs
generic_stub.h File Reference
#include <functional>
#include <grpcpp/client_context.h>
#include <grpcpp/impl/rpc_method.h>
#include <grpcpp/support/async_stream.h>
#include <grpcpp/support/async_unary_call.h>
#include <grpcpp/support/byte_buffer.h>
#include <grpcpp/support/client_callback.h>
#include <grpcpp/support/status.h>
#include <grpcpp/support/stub_options.h>

Go to the source code of this file.

Data Structures

class  grpc::TemplatedGenericStub< RequestType, ResponseType >
 Generic stubs provide a type-unaware interface to call gRPC methods by name. More...
 

Namespaces

 grpc
 An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided function on expiry or cancellation.
 

Typedefs

typedef ClientAsyncReaderWriter< ByteBuffer, ByteBuffer > grpc::GenericClientAsyncReaderWriter
 
typedef ClientAsyncResponseReader< ByteBuffer > grpc::GenericClientAsyncResponseReader
 
typedef TemplatedGenericStub< grpc::ByteBuffer, grpc::ByteBuffergrpc::GenericStub