C++ Server-Side SDK
LaunchDarkly SDK
|
#include <config.hpp>
Public Member Functions | |
Config (std::string sdk_key, bool offline, shared::built::Logging logging, shared::built::ServiceEndpoints endpoints, shared::built::Events events, std::optional< std::string > application_tag, shared::built::DataSourceConfig< SDK > data_source_config, shared::built::HttpProperties http_properties, shared::built::Persistence< SDK > persistence) | |
std::string const & | SdkKey () const |
shared::built::ServiceEndpoints const & | ServiceEndpoints () const |
shared::built::Events const & | Events () const |
std::optional< std::string > const & | ApplicationTag () const |
config::shared::built::DataSourceConfig< SDK > const & | DataSourceConfig () const |
shared::built::HttpProperties const & | HttpProperties () const |
bool | Offline () const |
shared::built::Logging const & | Logging () const |
shared::built::Persistence< SDK > const & | Persistence () const |
Config represents the configuration for a LaunchDarkly C++ SDK. It should be passed into an instance of Client.
SDK | Type of SDK. |