SDK
SDK Java v3.x
2

This SDK is deprecated. We recommend to use the Kuzzle SDK-JVM.
A migration guide is available here

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();