Engage Engine API
1.246.9086
|
TODO: Configuration to enable external systems to use to check if the service is still running. 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 | |
int | listenPort |
bool | immediateClose |
Public Attributes inherited from AppConfigurationObjects::ConfigurationObjectBase | |
nlohmann::json | _attached |
Additional Inherited Members | |
Protected Attributes inherited from AppConfigurationObjects::ConfigurationObjectBase | |
bool | _documenting |
TODO: Configuration to enable external systems to use to check if the service is still running.
Helper C++ class to serialize and de-serialize ExternalHealthCheckResponder JSON
Example:
Definition at line 7966 of file ConfigurationObjects.h.
|
inline |
Definition at line 7979 of file ConfigurationObjects.h.
|
inline |
Definition at line 7984 of file ConfigurationObjects.h.
bool AppConfigurationObjects::ExternalHealthCheckResponder::immediateClose |
[Optional, Default: true] If true, closes the inbound socket connection immediately.
Definition at line 7977 of file ConfigurationObjects.h.
int AppConfigurationObjects::ExternalHealthCheckResponder::listenPort |
The network port to listen on for connections
Definition at line 7974 of file ConfigurationObjects.h.