All Classes and Interfaces
Class
Description
Abstract class for MQTT client managers which can be a base for any common v3/v5 client manager implementation.
Abstract class for MQTT Message-Driven Channel Adapters.
Abstract class for MQTT outbound channel adapters.
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
connectComplete
event from the client.Action to take regarding subscrptions when consumer stops.
Creates a default
MqttClient
and a set of options as configured.Default implementation for mapping to/from Messages.
A component that interfaces with MQTT.
The
MqttIntegrationEvent
to notify about lost connection to the server.Helper for typed access to incoming MQTT message headers.
The default
HeaderMapper
implementation for MQTT v5 message properties mapping.Spring Integration headers.
Base class for Mqtt Events.
Extension of
MessageConverter
allowing the topic to be added as
a header.An event emitted (when using aysnc) when the client indicates the message
was delivered.
Base class for events related to message delivery.
The MqttAdapter Message Driven Channel adapter parser.
An event emitted (when using async) when the client indicates that a message
has been sent.
The namespace handler for the MqttAdapter namespace.
The parser for the MqttAdapter Outbound Channel Adapter.
An extension of
MqttComponent
for Eclipse Paho components.Eclipse Paho Implementation.
Eclipse Paho Implementation.
The even representing an MQTT error occured during client interaction.
MQTT Utilities.
A client manager implementation for MQTT v3 protocol.
A client manager implementation for MQTT v5 protocol.
The
AbstractMqttMessageDrivenChannelAdapter
implementation for MQTT v5.The
AbstractMqttMessageHandler
implementation for MQTT v5.