GRPC C++  1.13.0-dev
Public Member Functions | Friends
grpc::AsyncGenericService Class Referencefinal

#include <async_generic_service.h>

Public Member Functions

 AsyncGenericService ()
 
void RequestCall (GenericServerContext *ctx, GenericServerAsyncReaderWriter *reader_writer, CompletionQueue *call_cq, ServerCompletionQueue *notification_cq, void *tag)
 

Friends

class Server
 

Constructor & Destructor Documentation

◆ AsyncGenericService()

grpc::AsyncGenericService::AsyncGenericService ( )
inline

Member Function Documentation

◆ RequestCall()

void grpc::AsyncGenericService::RequestCall ( GenericServerContext ctx,
GenericServerAsyncReaderWriter reader_writer,
CompletionQueue call_cq,
ServerCompletionQueue notification_cq,
void *  tag 
)

Friends And Related Function Documentation

◆ Server

friend class Server
friend

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