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

An AMQP queue unbinding. More...

#include <rmqt_queueunbinding.h>

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

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

Friends

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

Detailed Description

An AMQP queue unbinding.

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


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