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

Method priority

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

Source from the content-addressed store, hash-verified

318void message::ttl(duration d) { pn_message_set_ttl(pn_msg(), d.milliseconds()); }
319
320uint8_t message::priority() const { return pn_message_get_priority(pn_msg()); }
321void message::priority(uint8_t d) { pn_message_set_priority(pn_msg(), d); }
322
323bool message::first_acquirer() const { return pn_message_is_first_acquirer(pn_msg()); }

Callers 2

test_message_defaultsFunction · 0.45
test_message_propertiesFunction · 0.45

Calls 2

pn_message_get_priorityFunction · 0.85
pn_message_set_priorityFunction · 0.85

Tested by 2

test_message_defaultsFunction · 0.36
test_message_propertiesFunction · 0.36