SDK
SDK C++ v1.x
1

You are currently looking at the documentation of a previous version of Kuzzle. We strongly recommend that you use the latest version. You can also use the version selector in the top menu.

This SDK has been deprecated because of stability issues. It is not advised to use it in a production environment.

getHost #

Returns the host name on which the protocol is connected.

Signature #

Copied to clipboard!
virtual std::string getHost() = 0;

Return #

The host name on which the protocol is connected.