Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 339 Bytes

File metadata and controls

22 lines (15 loc) · 339 Bytes
code type title description
true
page
Disconnect
Disconnects the SDK from Kuzzle

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

<<< ./snippets/disconnect.java