Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
body
Method · 0.80
reply_to
Method · 0.45
address
Method · 0.45
source
Method · 0.45
send
Method · 0.45
Tested by
no test coverage detected