Contents
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.MqttConnectOptions
Return information about the connection.Methods inherited from interface org.springframework.beans.factory.BeanNameAware
setBeanName
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:MqttComponent
Return information about the connection.- Specified by:
getConnectionInfo
in interfaceMqttComponent<org.eclipse.paho.client.mqttv3.MqttConnectOptions>
- Returns:
- the information.
-