SDK
SDK Jvm v1.x
2

Connect #

Connects to Kuzzle using the underlying protocol connect method.

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

:::: tabs ::: tab Java

Arguments #

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

Usage #

Copied to clipboard!
kuzzle.connect();

::: ::: tab Kotlin

Arguments #

Copied to clipboard!
fun connect()

Usage #

Copied to clipboard!
kuzzle.connect()

::: ::::