Clio develop
The XRP Ledger API server.
|
An interface for the Task Manager. More...
#include <TaskManagerInterface.hpp>
Public Member Functions | |
virtual void | run (size_t numExtractors)=0 |
Start the task manager with specified settings. | |
virtual void | stop ()=0 |
Stop the task manager. | |
An interface for the Task Manager.
|
pure virtual |
Start the task manager with specified settings.
numExtractors | The number of extraction tasks |
|
pure virtual |
Stop the task manager.
Implemented in etlng::impl::TaskManager.