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

Method open_sender

cpp/src/session.cpp:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75sender session::open_sender(const std::string &addr) {
76 return open_sender(addr, sender_options());
77}
78
79sender session::open_sender(const std::string &addr, const sender_options &so) {
80 std::string name = so.get_name() ? *so.get_name() : next_link_name(connection());

Callers 15

on_container_startMethod · 0.45
on_container_startMethod · 0.45
on_connection_openMethod · 0.45
test_link_nameFunction · 0.45
on_connection_openMethod · 0.45
on_container_startMethod · 0.45
test_driver_link_idFunction · 0.45
test_endpoint_closeFunction · 0.45
test_link_addressFunction · 0.45
test_messageFunction · 0.45

Calls 9

next_link_nameFunction · 0.85
pn_link_targetFunction · 0.85
c_strMethod · 0.80
sender_optionsClass · 0.70
connectionClass · 0.70
pn_senderFunction · 0.50
pn_terminus_set_addressFunction · 0.50
get_nameMethod · 0.45
openMethod · 0.45

Tested by 14

on_container_startMethod · 0.36
on_container_startMethod · 0.36
on_connection_openMethod · 0.36
test_link_nameFunction · 0.36
on_connection_openMethod · 0.36
on_container_startMethod · 0.36
test_driver_link_idFunction · 0.36
test_endpoint_closeFunction · 0.36
test_link_addressFunction · 0.36
test_messageFunction · 0.36