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

Method on_receiver_open

cpp/src/handler.cpp:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68void messaging_handler::on_receiver_close(receiver &) {}
69void messaging_handler::on_receiver_error(receiver &l) { on_error(l.error()); }
70void messaging_handler::on_receiver_open(receiver &l) {
71 if (l.uninitialized()) {
72 l.open(l.connection().receiver_options());
73 }
74}
75void messaging_handler::on_receiver_detach(receiver &) {}
76void messaging_handler::on_sender_close(sender &) {}
77void messaging_handler::on_sender_error(sender &l) { on_error(l.error()); }

Callers 1

on_link_remote_openFunction · 0.45

Calls 4

uninitializedMethod · 0.80
openMethod · 0.45
receiver_optionsMethod · 0.45
connectionMethod · 0.45

Tested by

no test coverage detected