Engage Engine API
1.244.9084
|
Internal EFC server settings. More...
#include <ConfigurationObjects.h>
Inherits AppConfigurationObjects::ConfigurationObjectBase.
Public Member Functions | |
void | clear () |
Public Member Functions inherited from AppConfigurationObjects::ConfigurationObjectBase | |
virtual void | initForDocumenting () |
virtual std::string | toString () |
virtual bool | isDocumenting () const |
Public Attributes | |
WatchdogSettings | watchdog |
[Optional] Settings for the EFC's watchdog. | |
int | housekeeperIntervalMs |
[Optional, Default: 1000] Interval at which to run the housekeeper thread. | |
Public Attributes inherited from AppConfigurationObjects::ConfigurationObjectBase | |
nlohmann::json | _attached |
Additional Inherited Members | |
Protected Attributes inherited from AppConfigurationObjects::ConfigurationObjectBase | |
bool | _documenting |
Internal EFC server settings.
These settings are used to configure internal parameters.
Helper C++ class to serialize and de-serialize EngageSemServerInternals JSON
Example:
Definition at line 11369 of file ConfigurationObjects.h.
|
inline |
Definition at line 11381 of file ConfigurationObjects.h.
|
inline |
Definition at line 11386 of file ConfigurationObjects.h.
int AppConfigurationObjects::EngageSemServerInternals::housekeeperIntervalMs |
[Optional, Default: 1000] Interval at which to run the housekeeper thread.
Definition at line 11379 of file ConfigurationObjects.h.
WatchdogSettings AppConfigurationObjects::EngageSemServerInternals::watchdog |
[Optional] Settings for the EFC's watchdog.
Definition at line 11376 of file ConfigurationObjects.h.