mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-01 11:07:56 +00:00
Added API description for Message::get_status
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user