RMQ - RabbitMQ C++ Library
Public Member Functions | Friends | List of all members
BloombergLP::rmqt::QueueBinding Class Reference

An AMQP queue binding. More...

#include <rmqt_queuebinding.h>

Inheritance diagram for BloombergLP::rmqt::QueueBinding:
Inheritance graph
[legend]
Collaboration diagram for BloombergLP::rmqt::QueueBinding:
Collaboration graph
[legend]

Public Member Functions

 QueueBinding (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::FieldTableargs () const
 

Friends

bsl::ostream & operator<< (bsl::ostream &os, const QueueBinding &queue)
 

Detailed Description

An AMQP queue binding.

This class represents a binding between an exchange and a queue to be declared to the RabbitMQ broker.


The documentation for this class was generated from the following file: