StrongTypedef alias for a queue name.
More...
#include <userver/urabbitmq/typedefs.hpp>
|
enum class | Flags {
kNone = 0
,
kPassive = 1 << 0
,
kDurable = 1 << 1
,
kExclusive = 1 << 2
,
kAutoDelete = 1 << 3
} |
| Queue options, consult RabbitMQ docs for better understanding. More...
|
|
using | UnderlyingType = std::string |
|
using | TagType = class QueueTag |
|
StrongTypedef alias for a queue name.
Definition at line 13 of file typedefs.hpp.
◆ Flags
Queue options, consult RabbitMQ docs for better understanding.
Definition at line 18 of file typedefs.hpp.
The documentation for this class was generated from the following file: