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 #
public void connect() throws Exception;Usage #
kuzzle.connect();::: ::: tab Kotlin
Arguments #
fun connect()Usage #
kuzzle.connect()::: ::::