Package org.springframework.integration.mqtt.core
package org.springframework.integration.mqtt.core
Provides core classes of the MqttAdapter module.
-
ClassDescriptionAbstract class for MQTT client managers which can be a base for any common v3/v5 client manager implementation.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.A contract for a custom callback onconnectComplete
event from the client.Creates a defaultMqttClient
and a set of options as configured.A component that interfaces with MQTT.An extension ofMqttComponent
for Eclipse Paho components.A client manager implementation for MQTT v3 protocol.A client manager implementation for MQTT v5 protocol.