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

Method sender_options

cpp/src/container.cpp:129–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127connection_options container::server_connection_options() const { return impl_->server_connection_options(); }
128
129void container::sender_options(const class sender_options &o) { impl_->sender_options(o); }
130class sender_options container::sender_options() const { return impl_->sender_options(); }
131
132void container::receiver_options(const class receiver_options & o) { impl_->receiver_options(o); }

Callers 1

on_sender_openMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected