|
OpenSDN source code
|
This is the complete list of members for ConfigAmqpChannel, including all inherited members.
| BasicAck(const AmqpClient::Envelope::ptr_t &message) | ConfigAmqpChannel | inlinevirtual |
| BasicConsume(const std::string &queue, const std::string &consumer_tag, bool no_local, bool no_ack, bool exclusive, boost::uint16_t message_prefetch_count) | ConfigAmqpChannel | inlinevirtual |
| BasicConsumeMessage(const std::string &consumer_tag, AmqpClient::Envelope::ptr_t &envelope, int timeout) | ConfigAmqpChannel | inlinevirtual |
| BindQueue(const std::string &queue_name, const std::string &exchange_name, const std::string &routing_key="") | ConfigAmqpChannel | inlinevirtual |
| channel_ | ConfigAmqpChannel | private |
| ConfigAmqpChannel() | ConfigAmqpChannel | inline |
| CreateFromUri(std::string uri) | ConfigAmqpChannel | inlinevirtual |
| CreateSecure(std::string ca_cert, std::string host, std::string client_key, std::string client_cert, int port, std::string username, std::string password, std::string vhost, int frame_max=131072, bool verify_hostname=false) | ConfigAmqpChannel | inlinevirtual |
| DeclareExchange(const std::string &exchange_name, const std::string &exchange_type, bool passive, bool durable, bool auto_delete) | ConfigAmqpChannel | inlinevirtual |
| DeclareQueue(const std::string &queue_name, bool passive, bool durable, bool exclusive, bool auto_delete) | ConfigAmqpChannel | inlinevirtual |
| DeleteQueue(const std::string &queue_name, bool if_unused, bool if_empty) | ConfigAmqpChannel | inlinevirtual |
| ~ConfigAmqpChannel() | ConfigAmqpChannel | inlinevirtual |