Uses of Package
org.springframework.integration.mqtt.core
Packages that use org.springframework.integration.mqtt.core
Package
Description
Provides core classes of the MqttAdapter module.
Provides inbound Spring Integration MqttAdapter components.
Provides Spring Integration components for doing outbound operations.
-
Classes in org.springframework.integration.mqtt.core used by org.springframework.integration.mqtt.coreClassDescriptionAbstract class for MQTT client managers which can be a base for any common v3/v5 client manager implementation.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 on
connectCompleteevent from the client.Action to take regarding subscrptions when consumer stops.A component that interfaces with MQTT. -
Classes in org.springframework.integration.mqtt.core used by org.springframework.integration.mqtt.inboundClassDescriptionA 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 on
connectCompleteevent from the client.A component that interfaces with MQTT.An extension ofMqttComponentfor Eclipse Paho components. -
Classes in org.springframework.integration.mqtt.core used by org.springframework.integration.mqtt.outboundClassDescriptionA utility abstraction over MQTT client which can be used in any MQTT-related component without need to handle generic client callbacks, reconnects etc.A component that interfaces with MQTT.An extension of
MqttComponentfor Eclipse Paho components.