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

Method ready

cpp/src/reconnect_test.cpp:236–238  ·  view source on GitHub ↗

waiter::ready is called when a listener is ready.

Source from the content-addressed store, hash-verified

234
235 // waiter::ready is called when a listener is ready.
236 void ready() override {
237 container_.connect(s1->url(), proton::connection_options().failover_urls({}));
238 }
239
240 void run() {
241 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