GRPC C++  1.62.0
Data Structures | Namespaces | Functions | Variables
client_interceptor.h File Reference
#include <memory>
#include <vector>
#include <grpc/support/log.h>
#include <grpcpp/impl/rpc_method.h>
#include <grpcpp/support/interceptor.h>
#include <grpcpp/support/string_ref.h>

Go to the source code of this file.

Data Structures

class  grpc::experimental::ClientInterceptorFactoryInterface
 
class  grpc::experimental::ClientRpcInfo
 

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.
 
 grpc::experimental
 ClientRpcInfo represents the state of a particular RPC as it appears to an interceptor.
 

Functions

void grpc::experimental::RegisterGlobalClientInterceptorFactory (ClientInterceptorFactoryInterface *factory)
 
void grpc::experimental::TestOnlyResetGlobalClientInterceptorFactory ()
 

Variables

experimental::ClientInterceptorFactoryInterface * grpc::internal::g_global_client_interceptor_factory
 
experimental::ClientInterceptorFactoryInterface * grpc::internal::g_global_client_stats_interceptor_factory