#include <abstract_service.hpp>
◆ Persistence
◆ Persistence
| Enumerator |
|---|
| StartOnDemand | Service starts and shutdowns automatically when clients connect/disconnect.
|
| AlwaysRunning | Service is always running regardless whether there are any clients connected.
|
◆ ServiceDescription()
C++ constructor.
- Parameters
-
| version | default version |
| minVersion | minimum acceptable version |
◆ valid()
| bool kanzi::connect::AbstractService::ServiceDescription::valid |
( |
| ) |
const |
Is the object validly constructed.
◆ m_manualPersistenceOverride
| bool kanzi::connect::AbstractService::ServiceDescription::m_manualPersistenceOverride |
Whether persistence functionality has been manually overridden.
◆ m_minCompatibleVersion
| Version kanzi::connect::AbstractService::ServiceDescription::m_minCompatibleVersion |
Minimum compatible version.
◆ m_persistence
| Persistence kanzi::connect::AbstractService::ServiceDescription::m_persistence |
◆ m_version
| Version kanzi::connect::AbstractService::ServiceDescription::m_version |
The documentation for this class was generated from the following file:
- connect/interface/abstract_service.hpp