#include <server_interface.h>
|
| NoPayloadAsyncRequest (internal::RpcServiceMethod *registered_method, ServerInterface *server, ::grpc_impl::ServerContext *context, internal::ServerAsyncStreamingInterface *stream, ::grpc_impl::CompletionQueue *call_cq, ::grpc_impl::ServerCompletionQueue *notification_cq, void *tag) |
|
| RegisteredAsyncRequest (ServerInterface *server, ::grpc_impl::ServerContext *context, internal::ServerAsyncStreamingInterface *stream, ::grpc_impl::CompletionQueue *call_cq, ::grpc_impl::ServerCompletionQueue *notification_cq, void *tag, const char *name, internal::RpcMethod::RpcType type) |
|
virtual bool | FinalizeResult (void **tag, bool *status) override |
| FinalizeResult must be called before informing user code that the operation bound to the underlying core completion queue tag has completed. More...
|
|
| BaseAsyncRequest (ServerInterface *server, ::grpc_impl::ServerContext *context, internal::ServerAsyncStreamingInterface *stream, ::grpc_impl::CompletionQueue *call_cq, ::grpc_impl::ServerCompletionQueue *notification_cq, void *tag, bool delete_on_finalize) |
|
virtual | ~BaseAsyncRequest () |
|
virtual | ~CompletionQueueTag () |
|
◆ NoPayloadAsyncRequest()
The documentation for this class was generated from the following file: