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

Method desired_capabilities

cpp/src/connection.cpp:201–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201std::vector<symbol> connection::desired_capabilities() const {
202 value caps(pn_connection_remote_desired_capabilities(pn_object()));
203 return get_multiple<std::vector<symbol> >(caps);
204}
205
206std::map<symbol, value> connection::properties() const {
207 std::map<symbol, value> props_ret;

Callers 2

on_connection_openMethod · 0.45

Tested by 2

on_connection_openMethod · 0.36