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

Method DeliveryMode

src/BasicMessage.cpp:111–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109void BasicMessage::ContentEncodingClear() { m_impl->content_encoding.reset(); }
110
111BasicMessage::delivery_mode_t BasicMessage::DeliveryMode() const {
112 return m_impl->delivery_mode.value_or(dm_notset);
113}
114
115void BasicMessage::DeliveryMode(delivery_mode_t delivery_mode) {
116 m_impl->delivery_mode = delivery_mode;

Callers 2

CreateAmqpPropertiesFunction · 0.80
SetMessagePropertiesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected