userver: userver/urabbitmq/channel.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
channel.hpp File Reference

Publisher interface for the broker. More...

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

Go to the source code of this file.

Classes

class  urabbitmq::Channel
 Publisher interface for the broker. You may use this class to publish your messages. More...
 
class  urabbitmq::ReliableChannel
 Reliable publisher interface for the broker. You may use this class to reliably publish your messages (publisher-confirms). More...
 

Detailed Description

Publisher interface for the broker.

Definition in file channel.hpp.