44 virtual void onReplayError (
const std::string& errorDescription) = 0;
47 virtual void onReplayFinished() = 0;
56 void ONIXS_TRADEWEB_APA_API
gatherLogs(HandlerLogs* gatheredLogs,
const std::string& root);
76 , packetReplayDelay(0)
84 , packetReplayDelay(0)
std::vector< std::string >::iterator HandlerLogsEntry
Read-write iterator over ordered list of logs to be replayed.
std::vector< std::string > HandlerLogs
Ordered list of logs to be replayed.
void ONIXS_TRADEWEB_APA_API gatherLogs(HandlerLogs *gatheredLogs, const std::string &root)
Gathers log files logs which are stored in a given folder.
unsigned int packetReplayDelay
Listening interface for log replay-related events.
ReplayOptions()
Initializes instance with default values.
ReplayOptions(const std::string &logsRoot)
ReplayListener * listener
Instance to notify about replay events.
Defines ONIXS_TRADEWEB_APA_API which affect logs replay.