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

Method update

cpp/src/sender_options.cpp:114–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void sender_options::update(const sender_options& x) { impl_->update(*x.impl_); }
115
116sender_options& sender_options::handler(class messaging_handler &h) { impl_->handler = &h; return *this; }
117sender_options& sender_options::delivery_mode(proton::delivery_mode m) {impl_->delivery_mode = m; return *this; }

Callers 11

update_optionsMethod · 0.45
connectMethod · 0.45
acceptMethod · 0.45
make_connection_lhMethod · 0.45
reconnectMethod · 0.45
open_senderMethod · 0.45
open_receiverMethod · 0.45
dispatchMethod · 0.45
updateMethod · 0.45
__init__Method · 0.45
protocol.h.pyFile · 0.45

Calls

no outgoing calls

Tested by 1

__init__Method · 0.36