| Interface | Description |
|---|---|
| MQTT3Message |
Represents an mqtt message.
|
| MQTT3MessageHandler |
Handles the event of an
MQTT3Message being received. |
| MQTT3TopicMatcher |
Determines whether a specific topic name matches a topic filter.
|
| Class | Description |
|---|---|
| DefaultMQTT3Message |
Represents the default implementation of an
MQTT3Message. |
| LWTMessage |
Represents a last will and testament message.
|
| MQTT3ForwardingMessageHandler |
Represents an implementation of
MQTT3MessageHandler that
will forward the message to the handler as soon as it has arrived. |
| MQTT3TopicRouter |
Maps subscription
Topics to a set of MQTT3MessageHandlers. |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.