|
RMQ - RabbitMQ C++ Library
|
Holds the VHost endpoint and credentials, used to connect. More...
#include <rmqt_vhostinfo.h>
Public Member Functions | |
| VHostInfo (const bsl::shared_ptr< rmqt::Endpoint > endpoint, const bsl::shared_ptr< rmqt::Credentials > credentials) | |
| Construct a VHostInfo. More... | |
| virtual bsl::shared_ptr< rmqt::Endpoint > | endpoint () const |
| virtual bsl::shared_ptr< rmqt::Credentials > | credentials () const |
Holds the VHost endpoint and credentials, used to connect.
| BloombergLP::rmqt::VHostInfo::VHostInfo | ( | const bsl::shared_ptr< rmqt::Endpoint > | endpoint, |
| const bsl::shared_ptr< rmqt::Credentials > | credentials | ||
| ) |
Construct a VHostInfo.
| endpoint | - Produces the hostname/port to connect to the broker |
| credentials | - Produces credentials used for authenticating with the broker |