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

Method receiver_options

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

Source from the content-addressed store, hash-verified

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); }
133class receiver_options container::receiver_options() const { return impl_->receiver_options(); }
134
135} // namespace proton

Callers 1

on_receiver_openMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected