Connect #
Connects to Kuzzle using the underlying protocol connect
method.
Subsequent calls have no effect if the SDK is already connected.
Arguments #
public void connect() throws Exception;
Usage #
kuzzle.connect();
Edit this page on Github(opens new window)