Uses of Interface
org.springframework.integration.mqtt.core.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
Modifier and TypeInterfaceDescriptioninterface
ClientManager<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.interface
An extension ofMqttComponent
for Eclipse Paho components.Modifier and TypeClassDescriptionclass
Abstract class for MQTT client managers which can be a base for any common v3/v5 client manager implementation.class
A client manager implementation for MQTT v3 protocol.class
A client manager implementation for MQTT v5 protocol. -
Uses of MqttComponent in org.springframework.integration.mqtt.inbound
Modifier and TypeClassDescriptionclass
Eclipse Paho Implementation.class
TheAbstractMqttMessageDrivenChannelAdapter
implementation for MQTT v5. -
Uses of MqttComponent in org.springframework.integration.mqtt.outbound
Modifier and TypeClassDescriptionclass
Eclipse Paho Implementation.class
TheAbstractMqttMessageHandler
implementation for MQTT v5.