startQueuing #
Starts the requests queuing.
Works only in offline
state, and if the autoQueue
option is set to false.
Signature #
io.kuzzle.sdk.Kuzzle startQueuing()
Return #
The io.kuzzle.sdk.Kuzzle
instance.
Usage #
kuzzle.startQueuing();
Edit this page on Github(opens new window)