Added API description for Message::get_status

This commit is contained in:
accelerated
2018-11-12 12:14:20 -05:00
parent 9859e54522
commit 70aef6681d

View File

@@ -188,6 +188,9 @@ public:
#endif
#if (RD_KAFKA_VERSION >= RD_KAFKA_MESSAGE_STATUS_SUPPORT_VERSION)
/**
* \brief Gets the message persistence status
*/
rd_kafka_msg_status_t get_status() const {
assert(handle_);
return rd_kafka_message_status(handle_.get());