|
static const std::string & | version () |
Definition at line 34 of file Handler.h.
◆ Handler()
Initialize instance.
- Parameters
-
◆ ~Handler()
◆ inSeqNum() [1/2]
Gets an expected sequence number of the next incoming message.
- Returns
- The expected sequence number of the next incoming message.
◆ inSeqNum() [2/2]
void inSeqNum |
( |
int | seqNum | ) |
|
Sets an expected sequence number of the next incoming message.
- Parameters
-
seqNum | The expected sequence number of the next incoming message. |
◆ logDebug()
void logDebug |
( |
const std::string & | message | ) |
|
Log a debug message.
- Parameters
-
◆ logError()
void logError |
( |
const std::string & | message | ) |
|
Log an error message.
- Parameters
-
◆ logMessage()
void logMessage |
( |
const std::string & | message | ) |
|
Log an information message.
- Parameters
-
◆ logon()
void logon |
( |
const std::string & | host, |
|
|
int | port, |
|
|
const std::string & | accessKeyId, |
|
|
const std::string & | secretKey ) |
Logon to CME DropCopy session.
- Parameters
-
host | CME Session host. |
port | CME Session port. |
accessKeyId | CME access key ID. |
secretKey | CME secret key. |
◆ logout()
Logout from CME drop copy session.
◆ logWarning()
void logWarning |
( |
const std::string & | message | ) |
|
Log a warning message.
- Parameters
-
◆ outSeqNum() [1/2]
Gets a sequence number of the next outgoing message.
- Returns
- The sequence number of the next outgoing message.
◆ outSeqNum() [2/2]
void outSeqNum |
( |
int | seqNum | ) |
|
Sets a sequence number of the next outgoing message.
- Parameters
-
seqNum | The sequence number of the next outgoing message. |
◆ registerDropCopyServiceListener()
Register the Handler state change listener.
- Parameters
-
◆ registerErrorListener()
Register the error listener.
- Parameters
-
◆ registerHandlerStateChangeListener()
Register the Handler state change listener.
- Parameters
-
listener | Handler state change listener. |
◆ registerWarningListener()
Register the warning listener.
- Parameters
-
◆ reset()
Reset session sequence numbers and stored application feed IDs.
◆ version()
const std::string & version |
( |
| ) |
|
|
static |