| 172 | int64_t Message::body_length() const { return impl_->body_length(); } |
| 173 | |
| 174 | std::shared_ptr<Buffer> Message::metadata() const { return impl_->metadata(); } |
| 175 | |
| 176 | MessageType Message::type() const { return impl_->type(); } |
| 177 |
no outgoing calls