Publisher interface for the broker. More...
#include <memory>
#include <userver/utils/fast_pimpl.hpp>
#include <userver/urabbitmq/broker_interface.hpp>
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... | |
Publisher interface for the broker.
Definition in file channel.hpp.