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

Method on_receiver_drain_finish

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

Source from the content-addressed store, hash-verified

88void messaging_handler::on_delivery_settle(delivery &) {}
89void messaging_handler::on_sender_drain_start(sender &) {}
90void messaging_handler::on_receiver_drain_finish(receiver &) {}
91
92void messaging_handler::on_error(const error_condition& c) { throw proton::error(c.what()); }
93

Callers 2

on_link_flowFunction · 0.45
on_deliveryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected