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

Method client

cpp/examples/client.cpp:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46 public:
47 client(const std::string &u, const std::vector<std::string>& r) : url(u), requests(r) {}
48
49 void on_container_start(proton::container &c) override {
50 sender = c.open_sender(url);

Callers 15

initializeFunction · 0.45
test_auto_open_closeMethod · 0.45
test_transport_errorMethod · 0.45
test_connection_errorMethod · 0.45
test_session_errorMethod · 0.45
test_options_offMethod · 0.45
test_messageMethod · 0.45
test_unhandledMethod · 0.45
test_on_errorMethod · 0.45
test_unhandled_errorMethod · 0.45

Calls

no outgoing calls

Tested by 15

initializeFunction · 0.36
test_auto_open_closeMethod · 0.36
test_transport_errorMethod · 0.36
test_connection_errorMethod · 0.36
test_session_errorMethod · 0.36
test_options_offMethod · 0.36
test_messageMethod · 0.36
test_unhandledMethod · 0.36
test_on_errorMethod · 0.36
test_unhandled_errorMethod · 0.36