# Functions

NewListener creates listener over MQTT client.
NewMessageHandler constructs handler for single metric.
WithHostAndPort is option that defines MQTT broker.
WithPassword is option that sets connection credentials.
WithTimeout is option that sets MQTT client timeout.
WithUsername is option that sets connection credentials.

# Interfaces

Listener provides actions over MQTT client.

# Type aliases

ListenerOption allows to configure MQTT client.