olp-cpp-sdk  1.18.1
Static Public Member Functions | List of all members
olp::client::OlpClientFactory Class Reference

Creates the OlpClient instances that are used for every HTTP request. More...

#include <OlpClientFactory.h>

Static Public Member Functions

static std::shared_ptr< OlpClientCreate (const OlpClientSettings &settings)
 Creates the OlpClient instance used for every HTTP request. More...
 

Detailed Description

Creates the OlpClient instances that are used for every HTTP request.

Member Function Documentation

◆ Create()

static std::shared_ptr<OlpClient> olp::client::OlpClientFactory::Create ( const OlpClientSettings settings)
static

Creates the OlpClient instance used for every HTTP request.

Parameters
settingsThe OlpClientSettings instance.
Returns
The OlpClient instance.

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