Engage Engine API
1.251.9091
|
Internal engate server settings. More...
#include <ConfigurationObjects.h>
Inherits AppConfigurationObjects::ConfigurationObjectBase.
Public Member Functions | |
void | clear () |
![]() | |
virtual void | initForDocumenting () |
virtual std::string | toString () |
virtual bool | isDocumenting () const |
Public Attributes | |
WatchdogSettings | watchdog |
[Optional] Settings for the EAR's watchdog. | |
int | housekeeperIntervalMs |
[Optional, Default: 1000] Interval at which to run the housekeeper thread. | |
TuningSettings | tuning |
[Optional] Low-level tuning | |
![]() | |
nlohmann::json | _attached |
Additional Inherited Members | |
![]() | |
bool | _documenting |
Internal engate server settings.
These settings are used to configure internal parameters.
Helper C++ class to serialize and de-serialize EngateServerInternals JSON
Example:
Definition at line 12159 of file ConfigurationObjects.h.
|
inline |
Definition at line 12174 of file ConfigurationObjects.h.
|
inline |
Definition at line 12179 of file ConfigurationObjects.h.
int AppConfigurationObjects::EngateServerInternals::housekeeperIntervalMs |
[Optional, Default: 1000] Interval at which to run the housekeeper thread.
Definition at line 12169 of file ConfigurationObjects.h.
TuningSettings AppConfigurationObjects::EngateServerInternals::tuning |
[Optional] Low-level tuning
Definition at line 12172 of file ConfigurationObjects.h.
WatchdogSettings AppConfigurationObjects::EngateServerInternals::watchdog |
[Optional] Settings for the EAR's watchdog.
Definition at line 12166 of file ConfigurationObjects.h.