userver: urabbitmq::AuthSettings Struct Reference
Loading...
Searching...
No Matches
urabbitmq::AuthSettings Struct Referencefinal

Detailed Description

Definition at line 23 of file client_settings.hpp.

+ 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.
 

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: