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 #

Copied to clipboard!
public void disconnect()

Usage #

Copied to clipboard!
kuzzle.disconnect();