LocalServiceDiscoveryInterface¶
-
class
kanzi::connect::LocalServiceDiscoveryInterface¶ Defines interface to be used for local service discovery operations.
Decouple service manager from the connect domain.
Subclassed by ClientRemoteServiceHost, ServiceManager
Public Functions
-
~LocalServiceDiscoveryInterface()¶ Virtual destructor.
-
AbstractServiceSharedPtr
lookupLocalService(const string name) = 0¶ Performs a lookup for local service that is registered with specific name.
- Return
pointer to service or null.
- Parameters
name: the name of the service, usually something like Connect.Service.MyProService or just MyProService
-