|
|
using | HandleFunction = void(ServiceImpl::*)(Call< ServiceImpl, Request, Reply > *) |
| |
|
using | Tag = typename BaseCall< ServiceImpl >::Tag |
| |
|
|
| Call (const std::string &_name, HandleFunction _handler) |
| |
|
void | Handle (ServiceImpl *service) override |
| |
|
void | Respond (grpc::Status status) |
| |
|
|
HandleFunction | handler |
| |
|
grpc::ServerContext | ctx |
| |
|
Request | request |
| |
|
Reply | reply |
| |
|
grpc::ServerAsyncResponseWriter< Reply > | responder |
| |
|
Tag | received_tag {this, Tag::State::Received} |
| |
|
Tag | sent_tag {this, Tag::State::Sent} |
| |
|
Tag | cancelled_tag {this, Tag::State::Cancelled} |
| |
|
std::string | name |
| |
The documentation for this struct was generated from the following file: