pulsar-client-cpp
Loading...
Searching...
No Matches
pulsar::ServiceInfo Class Referencefinal

#include <ServiceInfo.h>

Public Member Functions

 ServiceInfo (std::string serviceUrl, AuthenticationPtr authentication=AuthFactory::Disabled(), std::optional< std::string > tlsTrustCertsFilePath=std::nullopt)
auto & serviceUrl () const noexcept
auto useTls () const noexcept
auto & authentication () const noexcept
auto & tlsTrustCertsFilePath () const noexcept
bool operator== (const ServiceInfo &other) const noexcept

Detailed Description

ServiceInfo encapsulates the information of a Pulsar service, which is used by the client to connect to the service. It includes the service URL, authentication information, and TLS configuration.


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