|
RMQ - RabbitMQ C++ Library
|
An AMQP queue unbinding. More...
#include <rmqt_queueunbinding.h>


Public Member Functions | |
| QueueUnbinding (const ExchangeHandle &exchange, const QueueHandle &queue, const bsl::string &bindingKey, const rmqt::FieldTable &args=rmqt::FieldTable()) | |
| const QueueHandle & | queue () const |
| const ExchangeHandle & | exchange () const |
| const bsl::string & | bindingKey () const |
| const rmqt::FieldTable & | args () const |
Friends | |
| bsl::ostream & | operator<< (bsl::ostream &os, const QueueUnbinding &queue) |
An AMQP queue unbinding.
This class represents an unbinding between an exchange and a queue to be declared to the RabbitMQ broker.