Clio develop
The XRP Ledger API server.
|
The main application class. More...
#include <ClioApplication.hpp>
Public Member Functions | |
ClioApplication (util::config::ClioConfigDefinition const &config) | |
Construct a new ClioApplication object. | |
int | run (bool useNgWebServer) |
Run the application. | |
The main application class.
app::ClioApplication::ClioApplication | ( | util::config::ClioConfigDefinition const & | config | ) |
Construct a new ClioApplication object.
config | The configuration of the application |
int app::ClioApplication::run | ( | bool | useNgWebServer | ) |
Run the application.
useNgWebServer | Whether to use the new web server |