#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 | RequestAsyncClientStreaming (int index, ServerContext *context, ServerAsyncStreamingInterface *stream, CompletionQueue *call_cq, ServerCompletionQueue *notification_cq, void *tag) |
| |
| template<class Message > |
| void | RequestAsyncServerStreaming (int index, ServerContext *context, Message *request, ServerAsyncStreamingInterface *stream, CompletionQueue *call_cq, ServerCompletionQueue *notification_cq, void *tag) |
| |
| void | RequestAsyncBidiStreaming (int index, ServerContext *context, ServerAsyncStreamingInterface *stream, CompletionQueue *call_cq, ServerCompletionQueue *notification_cq, void *tag) |
| |
| void | AddMethod (RpcServiceMethod *method) |
| |
| void | MarkMethodAsync (int index) |
| |
| void | MarkMethodGeneric (int index) |
| |
| grpc::Service::Service |
( |
| ) |
|
|
inline |
| virtual grpc::Service::~Service |
( |
| ) |
|
|
inlinevirtual |
| bool grpc::Service::has_async_methods |
( |
| ) |
const |
|
inline |
| bool grpc::Service::has_generic_methods |
( |
| ) |
const |
|
inline |
| bool grpc::Service::has_synchronous_methods |
( |
| ) |
const |
|
inline |
| void grpc::Service::MarkMethodAsync |
( |
int |
index | ) |
|
|
inlineprotected |
| void grpc::Service::MarkMethodGeneric |
( |
int |
index | ) |
|
|
inlineprotected |
The documentation for this class was generated from the following file: