GRPC C++  1.26.0
Public Member Functions
grpc_impl::Server::SyncRequest::CallData Class Referencefinal

Public Member Functions

 CallData (Server *server, SyncRequest *mrd)
 
 ~CallData ()
 
void Run (const std::shared_ptr< GlobalCallbacks > &global_callbacks, bool resources)
 
void ContinueRunAfterInterception ()
 

Constructor & Destructor Documentation

◆ CallData()

grpc_impl::Server::SyncRequest::CallData::CallData ( Server server,
SyncRequest mrd 
)
inlineexplicit

◆ ~CallData()

grpc_impl::Server::SyncRequest::CallData::~CallData ( )
inline

Member Function Documentation

◆ ContinueRunAfterInterception()

void grpc_impl::Server::SyncRequest::CallData::ContinueRunAfterInterception ( )
inline

◆ Run()

void grpc_impl::Server::SyncRequest::CallData::Run ( const std::shared_ptr< GlobalCallbacks > &  global_callbacks,
bool  resources 
)
inline

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