Uses of Interface
org.springframework.integration.mqtt.core.MqttComponent
Packages that use MqttComponent
Package
Description
Provides core classes of the MqttAdapter module.
Provides inbound Spring Integration MqttAdapter components.
Provides Spring Integration components for doing outbound operations.
-
Uses of MqttComponent in org.springframework.integration.mqtt.core
Subinterfaces of MqttComponent in org.springframework.integration.mqtt.coreModifier and TypeInterfaceDescriptioninterfaceClientManager<T,C> A utility abstraction over MQTT client which can be used in any MQTT-related component without need to handle generic client callbacks, reconnects etc.interfaceAn extension ofMqttComponentfor Eclipse Paho components.Classes in org.springframework.integration.mqtt.core that implement MqttComponentModifier and TypeClassDescriptionclassAbstract class for MQTT client managers which can be a base for any common v3/v5 client manager implementation.classA client manager implementation for MQTT v3 protocol.classA client manager implementation for MQTT v5 protocol. -
Uses of MqttComponent in org.springframework.integration.mqtt.inbound
Classes in org.springframework.integration.mqtt.inbound that implement MqttComponentModifier and TypeClassDescriptionclassEclipse Paho Implementation.classTheAbstractMqttMessageDrivenChannelAdapterimplementation for MQTT v5. -
Uses of MqttComponent in org.springframework.integration.mqtt.outbound
Classes in org.springframework.integration.mqtt.outbound that implement MqttComponentModifier and TypeClassDescriptionclassEclipse Paho Implementation.classTheAbstractMqttMessageHandlerimplementation for MQTT v5.