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

Detailed Description

Definition at line 37 of file client_settings.hpp.

Public Attributes

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

Member Data Documentation

◆ login

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

Login to use.

Definition at line 39 of file client_settings.hpp.

◆ password

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

Password to use.

Definition at line 42 of file client_settings.hpp.

◆ tls_settings

std::optional<TlsSettings> urabbitmq::AuthSettings::tls_settings

TLS.

Definition at line 48 of file client_settings.hpp.

◆ vhost

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

RabbitMQs vhost.

Definition at line 45 of file client_settings.hpp.


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