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

Method send_request

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

Source from the content-addressed store, hash-verified

55 }
56
57 void send_request() {
58 proton::message req;
59 req.body(requests.front());
60 req.reply_to(receiver.source().address());
61 sender.send(req);
62 }
63
64 void on_receiver_open(proton::receiver &) override {
65 send_request();

Callers

nothing calls this directly

Calls 5

bodyMethod · 0.80
reply_toMethod · 0.45
addressMethod · 0.45
sourceMethod · 0.45
sendMethod · 0.45

Tested by

no test coverage detected