|
template<class Message > |
void | RequestAsyncUnary (int index, ServerContext *context, Message *request, internal::ServerAsyncStreamingInterface *stream, CompletionQueue *call_cq, ServerCompletionQueue *notification_cq, void *tag) |
|
void | RequestAsyncClientStreaming (int index, ServerContext *context, internal::ServerAsyncStreamingInterface *stream, CompletionQueue *call_cq, ServerCompletionQueue *notification_cq, void *tag) |
|
template<class Message > |
void | RequestAsyncServerStreaming (int index, ServerContext *context, Message *request, internal::ServerAsyncStreamingInterface *stream, CompletionQueue *call_cq, ServerCompletionQueue *notification_cq, void *tag) |
|
void | RequestAsyncBidiStreaming (int index, ServerContext *context, internal::ServerAsyncStreamingInterface *stream, CompletionQueue *call_cq, ServerCompletionQueue *notification_cq, void *tag) |
|
void | AddMethod (internal::RpcServiceMethod *method) |
|
void | MarkMethodAsync (int index) |
|
void | MarkMethodGeneric (int index) |
|
void | MarkMethodStreamed (int index, internal::MethodHandler *streamed_method) |
|
Desriptor of an RPC service and its various RPC methods.