Interface MqttPahoComponent
- All Superinterfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, MqttComponent<org.eclipse.paho.client.mqttv3.MqttConnectOptions>
- All Known Implementing Classes:
MqttPahoMessageDrivenChannelAdapter, MqttPahoMessageHandler
public interface MqttPahoComponent
extends MqttComponent<org.eclipse.paho.client.mqttv3.MqttConnectOptions>
An extension of
MqttComponent for Eclipse Paho components.- Since:
- 5.4
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.paho.client.mqttv3.MqttConnectOptionsReturn information about the connection.Methods inherited from interface org.springframework.beans.factory.BeanNameAware
setBeanNameMethods inherited from interface MqttComponent
getBeanName
-
Method Details
-
getConnectionInfo
org.eclipse.paho.client.mqttv3.MqttConnectOptions getConnectionInfo()Description copied from interface:MqttComponentReturn information about the connection.- Specified by:
getConnectionInfoin interfaceMqttComponent<org.eclipse.paho.client.mqttv3.MqttConnectOptions>- Returns:
- the information.
-