|
RMQ - RabbitMQ C++ Library
|
#include <rmqt_exchangetype.h>

Public Member Functions | |
| ExchangeType (const bsl::string &) | |
| When using plugin-based exchange types. | |
| const bsl::string & | type () const |
Static Public Attributes | |
| static ExchangeType | DIRECT |
| static ExchangeType | FANOUT |
| static ExchangeType | TOPIC |
| static ExchangeType | HEADERS |
AMQP Exchange types.
This class specifies the different AMQP exchange types.