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 Type Method Description org.eclipse.paho.client.mqttv3.MqttConnectOptionsgetConnectionInfo()Return information about the connection.Methods 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.
-