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

Method on_sendable

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

Source from the content-addressed store, hash-verified

45void messaging_handler::on_container_stop(container &) {}
46void messaging_handler::on_message(delivery &, message &) {}
47void messaging_handler::on_sendable(sender &) {}
48void messaging_handler::on_transport_close(transport &) {}
49void messaging_handler::on_transport_error(transport &t) { on_error(t.error()); }
50void messaging_handler::on_transport_open(transport &) {}

Callers 2

on_link_flowFunction · 0.45
on_link_local_openFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected