A deserializer used for messages arriving on the socket from the server. Defaults to JSON.parse.
An Observer than watches when close events occur on the underlying connection
An Observer that watches when a close is about to occur
Options to be sent to the mqtt library
A serializer used to create messages from passed values before the messages are sent to the server. Defaults to JSON.stringify.
The url of the MQTT server to connect to
Generated using TypeDoc
An Observer that watches when open events occur on the underlying connection