TIBCO eFTL™
|
eFTL options. More...
Data Fields | |
int64_t | autoReconnectAttempts |
Maximum autoreconnect attempts. More... | |
int64_t | autoReconnectMaxDelay |
Maximum autoreconnect delay in milliseconds. More... | |
const char * | clientId |
Unique client identifier if not specified with the URL. More... | |
const char * | password |
Password used for authentication if not specified with the URL. More... | |
int64_t | timeout |
Timeout, in milliseconds, for server requests. More... | |
const char * | trustStore |
Sets the trust store used for secure connections. More... | |
const char * | username |
Username used for authentication if not specified with the URL. More... | |
int | ver |
This structure's version. Must be 0. More... | |
eFTL options.
int64_t tibeftlOptions::autoReconnectAttempts |
Maximum autoreconnect attempts.
int64_t tibeftlOptions::autoReconnectMaxDelay |
Maximum autoreconnect delay in milliseconds.
const char* tibeftlOptions::clientId |
Unique client identifier if not specified with the URL.
const char* tibeftlOptions::password |
Password used for authentication if not specified with the URL.
int64_t tibeftlOptions::timeout |
Timeout, in milliseconds, for server requests.
const char* tibeftlOptions::trustStore |
Sets the trust store used for secure connections.
The trust store is a file containing one or more PEM encoded certificates used to authenticate the server's certificate on secure connections.
If the trust store is not set, any server certificate will be accepted.
const char* tibeftlOptions::username |
Username used for authentication if not specified with the URL.
int tibeftlOptions::ver |
This structure's version. Must be 0.