Class MQTTEvent
- java.lang.Object
-
- org.apache.iotdb.db.engine.trigger.sink.mqtt.MQTTEvent
-
-
Constructor Summary
Constructors Constructor Description MQTTEvent(java.lang.String topic, org.fusesource.mqtt.client.QoS qos, boolean retain, long timestamp, java.lang.Object... values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.fusesource.mqtt.client.QoSgetQoS()longgetTimestamp()java.lang.StringgetTopic()java.lang.Object[]getValues()booleanretain()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.iotdb.db.engine.trigger.sink.api.Event
getFullPath
-
-