userver: urabbitmq::AuthSettings Struct 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
urabbitmq::AuthSettings Struct Referencefinal
+ Collaboration diagram for urabbitmq::AuthSettings:

Public Attributes

std::string login = "guest"
 Login to use.
 
std::string password = "guest"
 Password to use.
 
std::string vhost = "/"
 RabbitMQs vhost.
 

Detailed Description

Definition at line 23 of file client_settings.hpp.

Member Data Documentation

◆ login

std::string urabbitmq::AuthSettings::login = "guest"

Login to use.

Definition at line 25 of file client_settings.hpp.

◆ password

std::string urabbitmq::AuthSettings::password = "guest"

Password to use.

Definition at line 28 of file client_settings.hpp.

◆ vhost

std::string urabbitmq::AuthSettings::vhost = "/"

RabbitMQs vhost.

Definition at line 31 of file client_settings.hpp.


The documentation for this struct was generated from the following file: