|
RMQ - RabbitMQ C++ Library
|
AMQP simple endpoint. More...
#include <rmqt_simpleendpoint.h>


Public Member Functions | |
| SimpleEndpoint (bsl::string_view address, bsl::string_view vhost, bsl::uint16_t port=5672) | |
| SimpleEndpoint constructor. More... | |
| bsl::string | formatAddress () const |
| bsl::string | hostname () const |
| bsl::string | vhost () const |
| unsigned short | port () const |
| virtual bsl::shared_ptr< rmqt::SecurityParameters > | securityParameters () const |
Protected Member Functions | |
| virtual bsl::string | protocol () const |
AMQP simple endpoint.
This class provides AMQP simple endpoint. A simple endpoint consists of an URI, a vhost name and a port number.
| BloombergLP::rmqt::SimpleEndpoint::SimpleEndpoint | ( | bsl::string_view | address, |
| bsl::string_view | vhost, | ||
| bsl::uint16_t | port = 5672 |
||
| ) |
SimpleEndpoint constructor.
| address | RabbitMQ broker URI |
| vhost | vhost name |
| port | port number |
|
virtual |
Implements BloombergLP::rmqt::Endpoint.
|
virtual |
Implements BloombergLP::rmqt::Endpoint.
|
virtual |
Implements BloombergLP::rmqt::Endpoint.
|
virtual |
Implements BloombergLP::rmqt::Endpoint.