6#include <userver/utils/strong_typedef.hpp>
13class Queue
final :
public utils::StrongTypedef<
class QueueTag, std::string> {
15 using utils::StrongTypedef<QueueTag, std::string>::StrongTypedef;
30 :
public utils::StrongTypedef<
class ExchangeTag, std::string> {
32 using utils::StrongTypedef<ExchangeTag, std::string>::StrongTypedef;
71 std::string routingKey;