public class TestPublishMQTT.UnitTestablePublishMqtt extends PublishMQTT
PROP_QOS, PROP_RETAIN, PROP_TOPIC, REL_FAILURE, REL_SUCCESS
broker, BROKER_VALIDATOR, clientID, connOpts, logger, mqttClient, mqttClientConnectLock, persistence, processSessionFactory, PROP_BROKER_URI, PROP_CLEAN_SESSION, PROP_CLIENTID, PROP_CONN_TIMEOUT, PROP_KEEP_ALIVE_INTERVAL, PROP_LAST_WILL_MESSAGE, PROP_LAST_WILL_QOS, PROP_LAST_WILL_RETAIN, PROP_LAST_WILL_TOPIC, PROP_MQTT_VERSION, PROP_PASSWORD, PROP_SSL_CONTEXT_SERVICE, PROP_USERNAME, QOS_VALIDATOR, RETAIN_VALIDATOR
Constructor and Description |
---|
UnitTestablePublishMqtt() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.paho.client.mqttv3.IMqttClient |
getMqttClient(java.lang.String broker,
java.lang.String clientID,
org.eclipse.paho.client.mqttv3.persist.MemoryPersistence persistence) |
getRelationships, getSupportedPropertyDescriptors, init, onScheduled, onStop, onTrigger
buildClient, customValidate, getAbstractPropertyDescriptors, onTrigger, setAndConnectClient, transformSSLContextService
getControllerServiceLookup, getIdentifier, getLogger, getNodeTypeProvider, initialize, isConfigurationRestored, isScheduled, toString, updateConfiguredRestoredTrue, updateScheduledFalse, updateScheduledTrue
equals, getPropertyDescriptor, getPropertyDescriptors, getSupportedDynamicPropertyDescriptor, hashCode, onPropertyModified, validate
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getPropertyDescriptor, getPropertyDescriptors, onPropertyModified, validate
public org.eclipse.paho.client.mqttv3.IMqttClient getMqttClient(java.lang.String broker, java.lang.String clientID, org.eclipse.paho.client.mqttv3.persist.MemoryPersistence persistence) throws org.eclipse.paho.client.mqttv3.MqttException
getMqttClient
in class AbstractMQTTProcessor
org.eclipse.paho.client.mqttv3.MqttException