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

Method on_sender_error

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

Source from the content-addressed store, hash-verified

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()); }
78void messaging_handler::on_sender_open(sender &l) {
79 if (l.uninitialized()) {
80 l.open(l.connection().sender_options());

Callers 1

on_link_remote_closeFunction · 0.80

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected