|
using | Message = ::google::protobuf::Message |
|
using | StreamItemWriter = std::function< void(const Message *)> |
|
using | RpcMethodCb = std::function< util::Status(const Message &, Message *msg) noexcept > |
|
using | RpcStreamMethodCb = std::function< util::Status(const Message &, StreamItemWriter) noexcept > |
|
|
virtual size_t | GetMethodByHash (absl::string_view method) const =0 |
|
size_t | size () const |
|
void | SetOptions (size_t index, const MethodOptions &opts) |
|
const Method & | method (size_t i) const |
|
|
std::vector< Method > | methods_ |
|
Definition at line 19 of file service_descriptor.h.
The documentation for this class was generated from the following files: