Defines interface to be used for local service discovery operations. More...
#include <connectdomain.hpp>
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... | |
Defines interface to be used for local service discovery operations.
Decouple service manager from the connect domain.
|
inlinevirtual |
Virtual destructor.
|
pure virtual |
Performs a lookup for local service that is registered with specific name.
| name | the name of the service, usually something like Connect.Service.MyProService or just MyProService |
Implemented in kanzi::connect::ServiceManager.