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

Method open_receiver

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

Source from the content-addressed store, hash-verified

58}
59
60returned<receiver> container::open_receiver(const std::string &url) {
61 return open_receiver(url, proton::receiver_options(), connection_options());
62}
63
64returned<receiver> container::open_receiver(const std::string &url, const proton::receiver_options &lo) {
65 return open_receiver(url, lo, connection_options());

Callers

nothing calls this directly

Calls 2

receiver_optionsClass · 0.70
connection_optionsClass · 0.70

Tested by

no test coverage detected