Disconnect #
Closes the current connection to Kuzzle.
Disconnects the SDK from the Kuzzle server using the underlying protocol Disconnect
method.
Arguments #
public void disconnect()
Usage #
kuzzle.disconnect();
Edit this page on Github(opens new window)