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 #

public void disconnect()

Usage #

kuzzle.disconnect();

::: ::: tab Kotlin

Arguments #

fun disconnect()

Usage #

kuzzle.disconnect()

::: ::::