ServiceRegistry Singleton class.
More...
#include <service_registry.h>
ServiceRegistry Singleton class.
◆ findService()
ServiceRecord * ServiceRegistry::findService |
( |
const std::string & |
name | ) |
|
Find a service that is registered with the service registry.
- Parameters
-
name | The name of the service to find |
- Returns
- ServiceRecord* The service record or null if not found
◆ getUUID()
Return the uuid of the registration record for a given service.
- Parameters
-
service | The service to return the uuid for |
- Returns
- string The uud of the service registration
- Exceptions
-
eception | If the service could not be found |
◆ registerService()
Register a service with the service registry.
- Parameters
-
service | The service to register |
- Returns
- bool True if the service was registered
◆ unRegisterService()
bool ServiceRegistry::unRegisterService |
( |
ServiceRecord * |
service | ) |
|
Unregister a service with the service registry.
- Parameters
-
service | The service to unregister |
- Returns
- bool True if the service was unregistered
The documentation for this class was generated from the following files: