|
RMQ - RabbitMQ C++ Library
|
An AMQP exchange binding. More...
#include <rmqt_exchangebinding.h>


Public Member Functions | |
| ExchangeBinding (const ExchangeHandle &sourceExchange, const ExchangeHandle &destinationExchange, const bsl::string &bindingKey, const rmqt::FieldTable &args=rmqt::FieldTable()) | |
| Exchange binding constructor. More... | |
| const ExchangeHandle & | sourceExchange () const |
| const ExchangeHandle & | destinationExchange () const |
| const bsl::string & | bindingKey () const |
| const rmqt::FieldTable & | args () const |
Friends | |
| bsl::ostream & | operator<< (bsl::ostream &os, const ExchangeBinding &queue) |
An AMQP exchange binding.
This class represents a binding between an exchange and a queue to be declared to the RabbitMQ broker.
|
inline |