Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
174
void message::correlation_id(const message_id& id) {
175
pn_message_set_correlation_id(pn_msg(), id.atom_);
176
}
177
178
message_id message::correlation_id() const {
179
return pn_message_get_correlation_id(pn_msg());
Callers
6
test_message_defaults
Function · 0.45
test_message_properties
Function · 0.45
test_message_print
Function · 0.45
on_message
Method · 0.45
on_message
Method · 0.45
on_message
Method · 0.45
Calls
2
pn_message_set_correlation_id
Function · 0.50
pn_message_get_correlation_id
Function · 0.50
Tested by
3
test_message_defaults
Function · 0.36
test_message_properties
Function · 0.36
test_message_print
Function · 0.36