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

Detailed Description

A bunch of interface classes.

Definition in file broker_interface.hpp.

Go to the source code of this file.

#include <string>
#include <userver/engine/deadline.hpp>
#include <userver/utils/flags.hpp>
#include <userver/urabbitmq/typedefs.hpp>
+ Include dependency graph for broker_interface.hpp:
+ This graph shows which files directly or indirectly include this file:

Classes

class  urabbitmq::IAdminInterface
 Administrative interface for the broker. This class is merely an interface for convenience and you are not expected to use it directly (use Client/AdminChannel instead). More...
 
class  urabbitmq::IChannelInterface
 Publisher interface for the broker. This class is merely an interface for convenience and you are not expected to use it directly (use Client/Channel instead). More...
 
class  urabbitmq::IReliableChannelInterface
 Reliable publisher interface for the broker. This class is merely an interface for convenience and you are not expected to use it directly (use Client/ReliableChannel instead). More...