SDK
SDK Java v3.x
2

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

Connect #

Connects to Kuzzle using the underlying protocol connect method.

Subsequent calls have no effect if the SDK is already connected.

Arguments #

Copied to clipboard!
public void connect() throws Exception;

Usage #

Copied to clipboard!
kuzzle.connect();