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

Method on_session_error

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

Source from the content-addressed store, hash-verified

60
61void messaging_handler::on_session_close(session &) {}
62void messaging_handler::on_session_error(session &s) { on_error(s.error()); }
63void messaging_handler::on_session_open(session &s) {
64 if (s.uninitialized()) {
65 pn_session_open(unwrap(s));

Callers 1

on_session_remote_closeFunction · 0.45

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected