GRPC C++
1.70.1
|
#include <global_callback_hook.h>
Public Member Functions | |
void | RunCallback (grpc_call *call, absl::FunctionRef< void()> callback) override |
Public Member Functions inherited from grpc::GlobalCallbackHook | |
virtual | ~GlobalCallbackHook ()=default |
Additional Inherited Members | |
Protected Member Functions inherited from grpc::GlobalCallbackHook | |
template<class Func , class... Args> | |
void | CatchingCallback (Func &&func, Args &&... args) |
|
inlineoverridevirtual |
Implements grpc::GlobalCallbackHook.