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

Method Priority

src/BasicMessage.cpp:125–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123void BasicMessage::DeliveryModeClear() { m_impl->delivery_mode.reset(); }
124
125boost::uint8_t BasicMessage::Priority() const {
126 return m_impl->priority.value_or(0);
127}
128
129void BasicMessage::Priority(boost::uint8_t priority) {
130 m_impl->priority = priority;

Callers 2

CreateAmqpPropertiesFunction · 0.80
SetMessagePropertiesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected