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;
29class Exchange
final :
public utils::StrongTypedef<
class ExchangeTag, std::string> {
31 using utils::StrongTypedef<ExchangeTag, std::string>::StrongTypedef;
70 std::string routingKey;