|
Engage Engine API
1.244.9084
|
Internal ear 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 EAR'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 ear server settings.
These settings are used to configure internal parameters.
Helper C++ class to serialize and de-serialize EarServerInternals JSON
Example:
Definition at line 11087 of file ConfigurationObjects.h.
|
inline |
Definition at line 11099 of file ConfigurationObjects.h.
|
inline |
Definition at line 11104 of file ConfigurationObjects.h.
| int AppConfigurationObjects::EarServerInternals::housekeeperIntervalMs |
[Optional, Default: 1000] Interval at which to run the housekeeper thread.
Definition at line 11097 of file ConfigurationObjects.h.
| WatchdogSettings AppConfigurationObjects::EarServerInternals::watchdog |
[Optional] Settings for the EAR's watchdog.
Definition at line 11094 of file ConfigurationObjects.h.