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