startQueuing #
Starts the requests queuing.
Works only in offline state, and if the autoQueue option is set to false.
Signature #
kuzzleio::Kuzzle* startQueuing() noexcept;Return #
The Kuzzle instance.
Usage #
kuzzle->startQueuing();
std::cout << "Kuzzle will auto queue next request sent in 'disconnected' state" << std::endl;