Public Member Functions | List of all members
grpc::ClientContext::GlobalCallbacks Class Referenceabstract

#include <client_context.h>

Inheritance diagram for grpc::ClientContext::GlobalCallbacks:
Inheritance graph
[legend]

Public Member Functions

virtual void DefaultConstructor (ClientContext *context)=0
 
virtual void Destructor (ClientContext *context)=0
 
virtual ~GlobalCallbacks ()
 

Detailed Description

Global Callbacks

Can be set exactly once per application to install hooks whenever a client context is constructed and destructed.

Definition at line 397 of file grpcpp/impl/codegen/client_context.h.

Constructor & Destructor Documentation

◆ ~GlobalCallbacks()

virtual grpc::ClientContext::GlobalCallbacks::~GlobalCallbacks ( )
inlinevirtual

Definition at line 399 of file grpcpp/impl/codegen/client_context.h.

Member Function Documentation

◆ DefaultConstructor()

virtual void grpc::ClientContext::GlobalCallbacks::DefaultConstructor ( ClientContext context)
pure virtual

◆ Destructor()

virtual void grpc::ClientContext::GlobalCallbacks::Destructor ( ClientContext context)
pure virtual

The documentation for this class was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:30