SDK
SDK C++ v1.x
1

You are currently looking at the documentation of a previous version of Kuzzle. We strongly recommend that you use the latest version. You can also use the version selector in the top menu.

This SDK has been deprecated because of stability issues. It is not advised to use it in a production environment.

playQueue #

Play the requests queued during offline state.
Works only if the SDK is not in a offline state, and if the autoReplay option is set to false.

Signature #

Copied to clipboard!
kuzzleio::Kuzzle* playQueue() noexcept;

Return #

The Kuzzle instance.

Usage #

Copied to clipboard!
kuzzle->playQueue();
std::cout << "Offline queue successfully played" << std::endl;