Engage Engine API  1.243.9083
Loading...
Searching...
No Matches
AppConfigurationObjects::EarServerInternals Class Reference

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
 

Detailed Description

Internal ear server settings.

These settings are used to configure internal parameters.

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

Example:

See also
engageInitialize, ConfigurationObjects::EarServerConfiguration

Definition at line 11087 of file ConfigurationObjects.h.

Constructor & Destructor Documentation

◆ EarServerInternals()

AppConfigurationObjects::EarServerInternals::EarServerInternals ( )
inline

Definition at line 11099 of file ConfigurationObjects.h.

Member Function Documentation

◆ clear()

void AppConfigurationObjects::EarServerInternals::clear ( )
inline

Definition at line 11104 of file ConfigurationObjects.h.

Member Data Documentation

◆ housekeeperIntervalMs

int AppConfigurationObjects::EarServerInternals::housekeeperIntervalMs

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

Definition at line 11097 of file ConfigurationObjects.h.

◆ watchdog

WatchdogSettings AppConfigurationObjects::EarServerInternals::watchdog

[Optional] Settings for the EAR's watchdog.

Definition at line 11094 of file ConfigurationObjects.h.


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