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
#include <memory>
+ Include dependency graph for rabbitmq_fwd.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Typedefs

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

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.

Typedef Documentation

◆ ClientPtr

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

Definition at line 18 of file rabbitmq_fwd.hpp.