client-cpp
0.10.0
|
#include <IEventTransport.hpp>
Public Member Functions | |
virtual std::shared_ptr < EventSyncRequest > | createEventRequest (std::int32_t requestId)=0 |
virtual void | onEventResponse (const EventSyncResponse &response)=0 |
virtual void | onSyncResponseId (std::int32_t requestId)=0 |
virtual | ~IEventTransport () |
Updates the Event manager state.
Definition at line 29 of file IEventTransport.hpp.
|
inlinevirtual |
Definition at line 52 of file IEventTransport.hpp.
|
pure virtual |
Creates the Event request.
Implemented in kaa::EventTransport.
|
pure virtual |
Updates the state of the Event manager according to the given response.
response | the response from the server. |
Implemented in kaa::EventTransport.
|
pure virtual |
Implemented in kaa::EventTransport.