org.springframework.integration.mqtt.core
Interface MqttPahoClientFactory

All Known Implementing Classes:
DefaultMqttPahoClientFactory

public interface MqttPahoClientFactory

Since:
1.0

Method Summary
 org.eclipse.paho.client.mqttv3.MqttClient getClientInstance(java.lang.String url, java.lang.String clientId)
           
 org.eclipse.paho.client.mqttv3.MqttConnectOptions getConnectionOptions()
           
 

Method Detail

getClientInstance

org.eclipse.paho.client.mqttv3.MqttClient getClientInstance(java.lang.String url,
                                                            java.lang.String clientId)
                                                            throws org.eclipse.paho.client.mqttv3.MqttException
Throws:
org.eclipse.paho.client.mqttv3.MqttException

getConnectionOptions

org.eclipse.paho.client.mqttv3.MqttConnectOptions getConnectionOptions()