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