MCPcopy Create free account
hub / github.com/apache/qpid-proton / correlation_id

Method correlation_id

cpp/src/message.cpp:174–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174void message::correlation_id(const message_id& id) {
175 pn_message_set_correlation_id(pn_msg(), id.atom_);
176}
177
178message_id message::correlation_id() const {
179 return pn_message_get_correlation_id(pn_msg());

Callers 6

test_message_defaultsFunction · 0.45
test_message_propertiesFunction · 0.45
test_message_printFunction · 0.45
on_messageMethod · 0.45
on_messageMethod · 0.45
on_messageMethod · 0.45

Calls 2

Tested by 3

test_message_defaultsFunction · 0.36
test_message_propertiesFunction · 0.36
test_message_printFunction · 0.36