Package org.chenile.mqtt
Class MqttInfoProvider
java.lang.Object
org.chenile.mqtt.MqttInfoProvider
A collection of general purpose utilities for MQ-TT. Internally used.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSource(org.eclipse.paho.mqttv5.common.MqttMessage message) getTarget(org.eclipse.paho.mqttv5.common.MqttMessage message) booleangetTestMode(org.eclipse.paho.mqttv5.common.MqttMessage message) getUserPropertyValue(org.eclipse.paho.mqttv5.common.MqttMessage message, String key) obtainChenileMqtt(String serviceId)
-
Field Details
-
chenileConfiguration
-
-
Constructor Details
-
MqttInfoProvider
public MqttInfoProvider()
-
-
Method Details
-
obtainChenileMqtt
-
getUserPropertyValue
-
getSource
-
getTarget
-
getTestMode
public boolean getTestMode(org.eclipse.paho.mqttv5.common.MqttMessage message)
-