Skip to content

Instantly share code, notes, and snippets.

@deepanshu42
Created August 23, 2021 17:10
Show Gist options
  • Save deepanshu42/4e47a662cc08230fadf947b9f489a8f9 to your computer and use it in GitHub Desktop.
Save deepanshu42/4e47a662cc08230fadf947b9f489a8f9 to your computer and use it in GitHub Desktop.
interface MqttClient {
fun connect(connectOptions: MqttConnectOptions)
fun disconnect()
fun reconnect()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment