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

Method on_receiver_error

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

Source from the content-addressed store, hash-verified

67}
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());

Callers 1

on_link_remote_closeFunction · 0.80

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected