|
Engage Engine API
1.244.9084
|
Internal translator 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 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 translator server settings.
These settings are used to configure internal parameters.
Helper C++ class to serialize and de-serialize LingoServerInternals JSON
Example:
Definition at line 10367 of file ConfigurationObjects.h.
|
inline |
Definition at line 10379 of file ConfigurationObjects.h.
|
inline |
Definition at line 10384 of file ConfigurationObjects.h.
| int AppConfigurationObjects::LingoServerInternals::housekeeperIntervalMs |
[Optional, Default: 1000] Interval at which to run the housekeeper thread.
Definition at line 10377 of file ConfigurationObjects.h.
| WatchdogSettings AppConfigurationObjects::LingoServerInternals::watchdog |
[Optional] Settings for the watchdog.
Definition at line 10374 of file ConfigurationObjects.h.