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

Method on_connection_error

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

Source from the content-addressed store, hash-verified

51
52void messaging_handler::on_connection_close(connection &) {}
53void messaging_handler::on_connection_error(connection &c) { on_error(c.error()); }
54void messaging_handler::on_connection_open(connection &c) {
55 if (c.uninitialized()) {
56 pn_connection_open(unwrap(c));

Callers 1

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected