disconnect #
Closes the current connection to Kuzzle.
The SDK is now in offline
state.
A call to disconnect()
will not trigger a disconnected
event. This event is only triggered on unexpected disconnection.
Signature #
void disconnect()
Usage #
kuzzle.disconnect();
System.out.println("Success");
Edit this page on Github(opens new window)