MCPcopy Create free account
hub / github.com/alanxz/SimpleAmqpClient / MessageId

Method MessageId

src/BasicMessage.cpp:201–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201void BasicMessage::MessageId(const std::string& message_id) {
202 m_impl->message_id = message_id;
203}
204
205bool BasicMessage::MessageIdIsSet() const {
206 return m_impl->message_id.is_initialized();

Callers 2

CreateAmqpPropertiesFunction · 0.80
SetMessagePropertiesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected