TIBCO eFTL™
tibeftlOptions Struct Reference

eFTL options. More...

Data Fields

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...
 

Detailed Description

eFTL options.

Field Documentation

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.


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