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

Method ready

cpp/src/reconnect_test.cpp:197–199  ·  view source on GitHub ↗

waiter::ready is called when all 3 listeners are ready.

Source from the content-addressed store, hash-verified

195
196 // waiter::ready is called when all 3 listeners are ready.
197 void ready() override {
198 container_.connect(s1->url(), proton::connection_options().failover_urls({s2->url(), s3->url()}));
199 }
200
201 void run() {
202 container_.run();

Callers

nothing calls this directly

Calls 3

connection_optionsClass · 0.70
connectMethod · 0.45
urlMethod · 0.45

Tested by

no test coverage detected