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

Class closed

cpp/examples/multithreaded_client_flow_control.cpp:65–68  ·  view source on GitHub ↗

Exception raised if a sender or receiver is closed when trying to send/receive

Source from the content-addressed store, hash-verified

63
64// Exception raised if a sender or receiver is closed when trying to send/receive
65class closed : public std::runtime_error {
66 public:
67 closed(const std::string& msg) : std::runtime_error(msg) {}
68};
69
70// A thread-safe sending connection that blocks sending threads when there
71// is no AMQP credit to send messages.

Callers 1

receiveMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected