#include <service_type.h>
|
template<class Message > |
void | RequestAsyncUnary (int index, ServerContext *context, Message *request, ServerAsyncStreamingInterface *stream, CompletionQueue *call_cq, ServerCompletionQueue *notification_cq, void *tag) |
|
void | RequestClientStreaming (int index, ServerContext *context, ServerAsyncStreamingInterface *stream, CompletionQueue *call_cq, ServerCompletionQueue *notification_cq, void *tag) |
|
template<class Message > |
void | RequestServerStreaming (int index, ServerContext *context, Message *request, ServerAsyncStreamingInterface *stream, CompletionQueue *call_cq, ServerCompletionQueue *notification_cq, void *tag) |
|
void | RequestBidiStreaming (int index, ServerContext *context, ServerAsyncStreamingInterface *stream, CompletionQueue *call_cq, ServerCompletionQueue *notification_cq, void *tag) |
|
grpc::AsynchronousService::AsynchronousService |
( |
const char ** |
method_names, |
|
|
size_t |
method_count |
|
) |
| |
|
inline |
grpc::AsynchronousService::~AsynchronousService |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: