diff --git a/src/wallfly/core.clj b/src/wallfly/core.clj index e969f23..94bb33e 100644 --- a/src/wallfly/core.clj +++ b/src/wallfly/core.clj @@ -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.)