Engage Engine API
1.251.9091
|
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 () |
![]() | |
virtual void | initForDocumenting () |
virtual std::string | toString () |
virtual bool | isDocumenting () const |
Public Attributes | |
int | listenPort |
bool | immediateClose |
![]() | |
nlohmann::json | _attached |
Additional Inherited Members | |
![]() | |
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 8053 of file ConfigurationObjects.h.
|
inline |
Definition at line 8066 of file ConfigurationObjects.h.
|
inline |
Definition at line 8071 of file ConfigurationObjects.h.
bool AppConfigurationObjects::ExternalHealthCheckResponder::immediateClose |
[Optional, Default: true] If true, closes the inbound socket connection immediately.
Definition at line 8064 of file ConfigurationObjects.h.
int AppConfigurationObjects::ExternalHealthCheckResponder::listenPort |
The network port to listen on for connections
Definition at line 8061 of file ConfigurationObjects.h.