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

Function on_connection_bound

cpp/src/messaging_adapter.cpp:244–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244void on_connection_bound(messaging_handler& handler, pn_event_t* event) {
245 connection c(make_wrapper(pn_event_connection(event)));
246}
247
248void on_connection_remote_open(messaging_handler& handler, pn_event_t* event) {
249 // Generate on_transport_open event here until we find a better place

Callers 1

dispatchMethod · 0.85

Calls 2

make_wrapperFunction · 0.85
pn_event_connectionFunction · 0.85

Tested by

no test coverage detected