Kanzi Connect  1.1.10
Kanzi Connect C++ API
kanzi::connect::LocalServiceDiscoveryInterface Class Referenceabstract

Defines interface to be used for local service discovery operations. More...

#include <connectdomain.hpp>

Inheritance diagram for kanzi::connect::LocalServiceDiscoveryInterface:
kanzi::connect::ServiceManager

Public Member Functions

virtual AbstractServiceSharedPtr lookupLocalService (const string name)=0
 Performs a lookup for local service that is registered with specific name. More...
 
virtual ~LocalServiceDiscoveryInterface ()
 Virtual destructor. More...
 

Detailed Description

Defines interface to be used for local service discovery operations.

Decouple service manager from the connect domain.

Constructor & Destructor Documentation

◆ ~LocalServiceDiscoveryInterface()

virtual kanzi::connect::LocalServiceDiscoveryInterface::~LocalServiceDiscoveryInterface ( )
inlinevirtual

Virtual destructor.

Member Function Documentation

◆ lookupLocalService()

virtual AbstractServiceSharedPtr kanzi::connect::LocalServiceDiscoveryInterface::lookupLocalService ( const string  name)
pure virtual

Performs a lookup for local service that is registered with specific name.

Parameters
namethe name of the service, usually something like Connect.Service.MyProService or just MyProService
Returns
pointer to service or null.

Implemented in kanzi::connect::ServiceManager.


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