userver: userver/urabbitmq/typedefs.hpp File Reference
Loading...
Searching...
No Matches
typedefs.hpp File Reference

Detailed Description

Convenient typedefs for RabbitMQ entities.

Definition in file typedefs.hpp.

Go to the source code of this file.

+ Include dependency graph for typedefs.hpp:
+ This graph shows which files directly or indirectly include this file:

Classes

class  urabbitmq::Queue
 StrongTypedef alias for a queue name. More...
 
class  urabbitmq::Exchange
 StrongTypedef alias for an exchange name. More...
 

Enumerations

enum class  urabbitmq::MessageType {
  kPersistent ,
  kTransient
}
 Message storage type, consult RabbitMQ docs for better understanding. More...
 

Enumeration Type Documentation

◆ MessageType

enum class urabbitmq::MessageType
strong

Message storage type, consult RabbitMQ docs for better understanding.

Definition at line 60 of file typedefs.hpp.