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

Method on_container_start

cpp/src/context_test.cpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 test_client (const std::string &s) : url(s) {}
103
104 void on_container_start(proton::container &c) override {
105 proton::connection_options co;
106 sender = c.open_sender(url, co);
107 }
108
109 void on_connection_open(proton::connection& c) override {
110 // Get default session

Callers

nothing calls this directly

Calls 1

open_senderMethod · 0.45

Tested by

no test coverage detected