client-cpp
0.10.0
|
#include <ILoggingTransport.hpp>
Public Member Functions | |
virtual std::shared_ptr < LogSyncRequest > | createLogSyncRequest ()=0 |
virtual void | onLogSyncResponse (const LogSyncResponse &response, std::size_t deliveryTime)=0 |
virtual | ~ILoggingTransport () |
Used for sending logs to the remote server.
Definition at line 28 of file ILoggingTransport.hpp.
|
inlinevirtual |
Definition at line 48 of file ILoggingTransport.hpp.
|
pure virtual |
Creates the Log request that consists of current log records.
Implemented in kaa::LoggingTransport.
|
pure virtual |
Updates the state of the Log collector according to the given response.
response | the response from the server |
deliveryTime | The time point the log was delivered at |
Implemented in kaa::LoggingTransport.