Engage Engine API
1.251.9091
|
Configuration for the EFC server. 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 | |
std::string | id |
A unqiue identifier for the EFC server. | |
int | serviceConfigurationFileCheckSecs |
Number of seconds between checks to see if the service configuration has been updated. Default is 60. | |
std::string | groupsConfigurationFileName |
Name of a file containing the EFC configuration. | |
std::string | groupsConfigurationFileCommand |
Command-line to execute that returns a configuration. | |
int | groupsConfigurationFileCheckSecs |
Number of seconds between checks to see if the configuration has been updated. Default is 60. | |
EngageSemServerStatusReportConfiguration | statusReport |
Details for producing a status report. | |
ExternalHealthCheckResponder | externalHealthCheckResponder |
Details concerning the server's interaction with an external health-checker such as a load-balancer. | |
EngageSemServerInternals | internals |
Internal settings. | |
std::string | certStoreFileName |
Path to the certificate store. | |
std::string | certStorePasswordHex |
Hex password for the certificate store (if any) | |
EnginePolicy | enginePolicy |
The policy to be used for the underlying Engage Engine. | |
std::string | configurationCheckSignalName |
Name to use for signalling a configuration check. | |
FipsCryptoSettings | fipsCrypto |
[Optional] Settings for the FIPS crypto. | |
NsmConfiguration | nsm |
[Optional] Settings for NSM. | |
int | maxQueueLen |
int | minQueuingMs |
int | maxQueuingMs |
int | minPriority |
int | maxPriority |
![]() | |
nlohmann::json | _attached |
Additional Inherited Members | |
![]() | |
bool | _documenting |
Configuration for the EFC server.
Helper C++ class to serialize and de-serialize EngageSemServerConfiguration JSON
Example:
Definition at line 11845 of file ConfigurationObjects.h.
|
inline |
Definition at line 11900 of file ConfigurationObjects.h.
|
inline |
Definition at line 11905 of file ConfigurationObjects.h.
std::string AppConfigurationObjects::EngageSemServerConfiguration::certStoreFileName |
Path to the certificate store.
Definition at line 11877 of file ConfigurationObjects.h.
std::string AppConfigurationObjects::EngageSemServerConfiguration::certStorePasswordHex |
Hex password for the certificate store (if any)
Definition at line 11880 of file ConfigurationObjects.h.
std::string AppConfigurationObjects::EngageSemServerConfiguration::configurationCheckSignalName |
Name to use for signalling a configuration check.
Definition at line 11886 of file ConfigurationObjects.h.
EnginePolicy AppConfigurationObjects::EngageSemServerConfiguration::enginePolicy |
The policy to be used for the underlying Engage Engine.
Definition at line 11883 of file ConfigurationObjects.h.
ExternalHealthCheckResponder AppConfigurationObjects::EngageSemServerConfiguration::externalHealthCheckResponder |
Details concerning the server's interaction with an external health-checker such as a load-balancer.
Definition at line 11871 of file ConfigurationObjects.h.
FipsCryptoSettings AppConfigurationObjects::EngageSemServerConfiguration::fipsCrypto |
[Optional] Settings for the FIPS crypto.
Definition at line 11889 of file ConfigurationObjects.h.
int AppConfigurationObjects::EngageSemServerConfiguration::groupsConfigurationFileCheckSecs |
Number of seconds between checks to see if the configuration has been updated. Default is 60.
Definition at line 11865 of file ConfigurationObjects.h.
std::string AppConfigurationObjects::EngageSemServerConfiguration::groupsConfigurationFileCommand |
Command-line to execute that returns a configuration.
Definition at line 11862 of file ConfigurationObjects.h.
std::string AppConfigurationObjects::EngageSemServerConfiguration::groupsConfigurationFileName |
Name of a file containing the EFC configuration.
Definition at line 11859 of file ConfigurationObjects.h.
std::string AppConfigurationObjects::EngageSemServerConfiguration::id |
A unqiue identifier for the EFC server.
Definition at line 11853 of file ConfigurationObjects.h.
EngageSemServerInternals AppConfigurationObjects::EngageSemServerConfiguration::internals |
Internal settings.
Definition at line 11874 of file ConfigurationObjects.h.
int AppConfigurationObjects::EngageSemServerConfiguration::maxPriority |
Definition at line 11898 of file ConfigurationObjects.h.
int AppConfigurationObjects::EngageSemServerConfiguration::maxQueueLen |
Definition at line 11894 of file ConfigurationObjects.h.
int AppConfigurationObjects::EngageSemServerConfiguration::maxQueuingMs |
Definition at line 11896 of file ConfigurationObjects.h.
int AppConfigurationObjects::EngageSemServerConfiguration::minPriority |
Definition at line 11897 of file ConfigurationObjects.h.
int AppConfigurationObjects::EngageSemServerConfiguration::minQueuingMs |
Definition at line 11895 of file ConfigurationObjects.h.
NsmConfiguration AppConfigurationObjects::EngageSemServerConfiguration::nsm |
[Optional] Settings for NSM.
Definition at line 11892 of file ConfigurationObjects.h.
int AppConfigurationObjects::EngageSemServerConfiguration::serviceConfigurationFileCheckSecs |
Number of seconds between checks to see if the service configuration has been updated. Default is 60.
Definition at line 11856 of file ConfigurationObjects.h.
EngageSemServerStatusReportConfiguration AppConfigurationObjects::EngageSemServerConfiguration::statusReport |
Details for producing a status report.
Definition at line 11868 of file ConfigurationObjects.h.