userver: userver/rabbitmq_fwd.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
rabbitmq_fwd.hpp File Reference

Detailed Description

This file is for forward-declaring some headers that are required for working with RabbitMQ userver component.

Definition in file rabbitmq_fwd.hpp.

Go to the source code of this file.

#include <memory>
+ Include dependency graph for rabbitmq_fwd.hpp:
+ This graph shows which files directly or indirectly include this file:

Namespaces

namespace  components
 Contains functions and types to start a userver based service/tool.
 

Typedefs

using urabbitmq::ClientPtr = std::shared_ptr<Client>
 

Typedef Documentation

◆ ClientPtr

using urabbitmq::ClientPtr = std::shared_ptr<Client>

Definition at line 18 of file rabbitmq_fwd.hpp.