class GlobalCallbackHook

Defined at line 24 of file ../../third_party/grpc/src/include/grpcpp/support/global_callback_hook.h

Public Methods

void ~GlobalCallbackHook ()

Defined at line 26 of file ../../third_party/grpc/src/include/grpcpp/support/global_callback_hook.h

void RunCallback (grpc_call * call, absl::FunctionRef<void ()> callback)

Protected Methods

template <class Func, class... Args>
void CatchingCallback (Func && func, Args &&... args)

An exception-safe way of invoking a user-specified callback function.

Defined at line 33 of file ../../third_party/grpc/src/include/grpcpp/support/global_callback_hook.h