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

Method on_message

cpp/src/delivery_test.cpp:82–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 }
81
82 void on_message(proton::delivery &d, proton::message &msg) override {
83 ASSERT_EQUAL(test_tag, d.tag());
84 d.receiver().close();
85 d.connection().close();
86 listener.stop();
87 }
88};
89
90class test_client : public proton::messaging_handler {

Callers

nothing calls this directly

Calls 5

tagMethod · 0.45
closeMethod · 0.45
receiverMethod · 0.45
connectionMethod · 0.45
stopMethod · 0.45

Tested by

no test coverage detected