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

Method update

cpp/src/receiver_options.cpp:126–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void receiver_options::update(const receiver_options& x) { impl_->update(*x.impl_); }
127
128receiver_options& receiver_options::handler(class messaging_handler &h) { impl_->handler = &h; return *this; }
129receiver_options& receiver_options::delivery_mode(proton::delivery_mode m) {impl_->delivery_mode = m; return *this; }

Callers 1

updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected