Interface MqttComponent<T>
- Type Parameters:
T- The connection information type.
- All Superinterfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware
- All Known Subinterfaces:
ClientManager<T,C>, MqttPahoComponent
- All Known Implementing Classes:
AbstractMqttClientManager, MqttPahoMessageDrivenChannelAdapter, MqttPahoMessageHandler, Mqttv3ClientManager, Mqttv5ClientManager, Mqttv5PahoMessageDrivenChannelAdapter, Mqttv5PahoMessageHandler
public interface MqttComponent<T>
extends org.springframework.beans.factory.BeanNameAware
A component that interfaces with MQTT.
- Since:
- 2.5
-
Method Summary
Modifier and TypeMethodDescriptionReturn this component's bean name.Return information about the connection.Methods inherited from interface org.springframework.beans.factory.BeanNameAware
setBeanName
-
Method Details
-
getBeanName
-
getConnectionInfo
-