Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ on_message
Method
on_message
cpp/src/credit_test.cpp:180–183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
178
}
179
180
void on_message(proton::delivery &d, proton::message &m) override {
181
received_++;
182
d.accept();
183
}
184
185
void run() {
186
container_.run(); // Single threaded to avoid locks and barriers.
Callers
nothing calls this directly
Calls
1
accept
Method · 0.45
Tested by
no test coverage detected