10Duke Enterprise C++ SDK
Toggle main menu visibility
Loading...
Searching...
No Matches
TendukeServiceFactory.h
1
#ifndef TENDUKE_TENDUKESERVICEFACTORY_H
2
#define TENDUKE_TENDUKESERVICEFACTORY_H
3
4
#include "./ServiceConfiguration.h"
5
#include "./TendukeServices.h"
6
7
namespace
tenduke
{
8
13
class
TendukeServiceFactory
14
{
15
public
:
16
virtual
~TendukeServiceFactory
() =
default
;
17
18
public
:
24
virtual ::tenduke::TendukeServices
create
(
25
const
std::string &clientId,
26
const ::tenduke::ServiceConfiguration &serviceConfiguration
27
)
const
= 0;;
28
};
29
30
}
31
32
#endif
//TENDUKE_TENDUKESERVICEFACTORY_H
tenduke::TendukeServiceFactory
Creates instances of tenduke::TendukeServices.
Definition
TendukeServiceFactory.h:14
tenduke::TendukeServiceFactory::create
virtual::tenduke::TendukeServices create(const std::string &clientId, const ::tenduke::ServiceConfiguration &serviceConfiguration) const =0
Creates the services.
tenduke
Root for classes, functions and globals of 10Duke C++ Client.
Definition
APIRequest.h:4
core
services
common
src
TendukeServiceFactory.h
Generated by
1.17.0