Optional notifier used by external adapters to wake up their own event loop. More...
#include <HttpClient.h>
Public Member Functions | |
| virtual void | notifyHttpClientOperation (HttpClientOperation &operation)=0 |
| Notifies an external adapter that the operation has queued new events. | |
Optional notifier used by external adapters to wake up their own event loop.
|
pure virtual |
Notifies an external adapter that the operation has queued new events.
| operation | Operation that should be polled |