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

An AMQP queue delete. More...

#include <rmqt_queuedelete.h>

Public Member Functions

 QueueDelete (const bsl::string &queueName, bool ifUnused, bool ifEmpty, bool noWait)
 
const bsl::string & name () const
 
bool ifUnused () const
 
bool ifEmpty () const
 
bool noWait () const
 

Friends

bsl::ostream & operator<< (bsl::ostream &os, const QueueDelete &queueDelete)
 

Detailed Description

An AMQP queue delete.

This class represents a queue.delete operation.


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