SDK
SDK Jvm v1.x
2

Disconnect #

Closes the current connection to Kuzzle.

Disconnects the SDK from the Kuzzle server using the underlying protocol disconnect method.

:::: tabs ::: tab Java

Arguments #

Copied to clipboard!
public void disconnect()

Usage #

Copied to clipboard!
kuzzle.disconnect();

::: ::: tab Kotlin

Arguments #

Copied to clipboard!
fun disconnect()

Usage #

Copied to clipboard!
kuzzle.disconnect()

::: ::::