16#ifndef INCLUDED_RMQT_QUEUEDELETE
17#define INCLUDED_RMQT_QUEUEDELETE
19#include <bsl_ostream.h>
20#include <bsl_string.h>
22namespace BloombergLP {
36 , d_ifUnused(ifUnused)
42 const bsl::string& name()
const {
return d_name; }
43 bool ifUnused()
const {
return d_ifUnused; }
44 bool ifEmpty()
const {
return d_ifEmpty; }
45 bool noWait()
const {
return d_noWait; }
47 friend bsl::ostream& operator<<(bsl::ostream& os,
57bsl::ostream& operator<<(bsl::ostream& os,
const QueueDelete& queueDelete);
An AMQP queue delete.
Definition: rmqt_queuedelete.h:29