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

Method first_acquirer

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

Source from the content-addressed store, hash-verified

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()); }
324void message::first_acquirer(bool b) { pn_message_set_first_acquirer(pn_msg(), b); }
325
326uint32_t message::delivery_count() const { return pn_message_get_delivery_count(pn_msg()); }

Callers 2

test_message_defaultsFunction · 0.45
ProtonClass · 0.45

Calls 2

Tested by 1

test_message_defaultsFunction · 0.36