Added :gen-class

This commit is contained in:
niten 2022-07-01 15:48:42 -07:00
parent f915906637
commit 2dfbfa0a12
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@
MqttClient
MqttConnectOptions
MqttMessage]
org.eclipse.paho.client.mqttv3.persist.MemoryPersistence))
org.eclipse.paho.client.mqttv3.persist.MemoryPersistence)
(:gen-class))
(defn- create-mqtt-client [broker-uri client-id mqtt-username passwd]
(let [opts (doto (MqttConnectOptions.)