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