16#ifndef INCLUDED_RMQT_SIMPLEENDPOINT
17#define INCLUDED_RMQT_SIMPLEENDPOINT
19#include <rmqt_endpoint.h>
21#include <bsl_string.h>
23namespace BloombergLP {
38 bsl::string_view vhost,
39 bsl::uint16_t port = 5672);
41 bsl::string formatAddress()
const;
42 bsl::string hostname()
const;
43 bsl::string vhost()
const;
44 unsigned short port()
const;
47 virtual bsl::string protocol()
const;
50 bsl::string d_address;
Base class for AMQP endpoint.
Definition: rmqt_endpoint.h:30
AMQP simple endpoint.
Definition: rmqt_simpleendpoint.h:31
SimpleEndpoint(bsl::string_view address, bsl::string_view vhost, bsl::uint16_t port=5672)
SimpleEndpoint constructor.
Definition: rmqt_simpleendpoint.cpp:21