Engage Engine API  1.244.9084
Loading...
Searching...
No Matches
AppConfigurationObjects::LingoServerInternals Class Reference

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
 

Detailed Description

Internal translator server settings.

These settings are used to configure internal parameters.

Helper C++ class to serialize and de-serialize LingoServerInternals JSON

Example:

See also
engageInitialize, ConfigurationObjects::LingoServerConfiguration

Definition at line 10367 of file ConfigurationObjects.h.

Constructor & Destructor Documentation

◆ LingoServerInternals()

AppConfigurationObjects::LingoServerInternals::LingoServerInternals ( )
inline

Definition at line 10379 of file ConfigurationObjects.h.

Member Function Documentation

◆ clear()

void AppConfigurationObjects::LingoServerInternals::clear ( )
inline

Definition at line 10384 of file ConfigurationObjects.h.

Member Data Documentation

◆ housekeeperIntervalMs

int AppConfigurationObjects::LingoServerInternals::housekeeperIntervalMs

[Optional, Default: 1000] Interval at which to run the housekeeper thread.

Definition at line 10377 of file ConfigurationObjects.h.

◆ watchdog

WatchdogSettings AppConfigurationObjects::LingoServerInternals::watchdog

[Optional] Settings for the watchdog.

Definition at line 10374 of file ConfigurationObjects.h.


The documentation for this class was generated from the following file: