Interface MqttPahoComponent
- All Superinterfaces:
Aware,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
- Author:
- Gary Russell
-
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 org.springframework.integration.mqtt.core.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.
-