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>
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... | |