RMQ - RabbitMQ C++ Library
Public Member Functions | List of all members
BloombergLP::rmqt::VHostInfo Class Reference

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::Endpointendpoint () const
 
virtual bsl::shared_ptr< rmqt::Credentialscredentials () const
 

Detailed Description

Holds the VHost endpoint and credentials, used to connect.

Constructor & Destructor Documentation

◆ VHostInfo()

BloombergLP::rmqt::VHostInfo::VHostInfo ( const bsl::shared_ptr< rmqt::Endpoint endpoint,
const bsl::shared_ptr< rmqt::Credentials credentials 
)

Construct a VHostInfo.

Parameters
endpoint- Produces the hostname/port to connect to the broker
credentials- Produces credentials used for authenticating with the broker

The documentation for this class was generated from the following files: