| Package | Description |
|---|---|
| com.mulesoft.connectors.mqtt3.internal.connection | |
| com.mulesoft.connectors.mqtt3.internal.routing |
| Modifier and Type | Method and Description |
|---|---|
void |
MQTT3Connection.registerMessageHandler(List<Topic> topics,
MQTT3MessageHandler messageHandler)
Registers a
MQTT3MessageHandler locally for the provided topics without subscribing to the broker. |
void |
DefaultMQTT3Connection.registerMessageHandler(List<Topic> topics,
MQTT3MessageHandler messageHandler)
Registers a
MQTT3MessageHandler locally for the provided topics without subscribing to the broker. |
void |
MQTT3Connection.subscribeToTopics(List<Topic> topics)
Subscribes to the provided topics on the broker.
|
void |
DefaultMQTT3Connection.subscribeToTopics(List<Topic> topics)
Subscribes to the provided topics on the broker.
|
void |
MQTT3Connection.unsubscribeListenerFromTopics(List<Topic> topics,
MQTT3MessageHandler messageHandler)
De-registers the provided
MQTT3MessageHandler from the list of provided topics. |
void |
DefaultMQTT3Connection.unsubscribeListenerFromTopics(List<Topic> topics,
MQTT3MessageHandler messageHandler)
Unsubscribes the client with the connection's client id from the provided list of
Topics. |
| Modifier and Type | Method and Description |
|---|---|
List<Topic> |
MQTT3TopicRouter.deregisterCallbackForTopics(List<Topic> topics,
MQTT3MessageHandler messageHandler)
Receives a list of topics and the message handler to be removed from the registry.
|
List<Topic> |
MQTT3TopicRouter.getDistinctTopicFilters() |
List<Topic> |
MQTT3TopicRouter.registerCallbackForTopics(List<Topic> topics,
MQTT3MessageHandler messageHandler)
Receives a list of topics and the message handler to be invoked when messages for those topics are received.
|
| Modifier and Type | Method and Description |
|---|---|
List<Topic> |
MQTT3TopicRouter.deregisterCallbackForTopics(List<Topic> topics,
MQTT3MessageHandler messageHandler)
Receives a list of topics and the message handler to be removed from the registry.
|
List<Topic> |
MQTT3TopicRouter.registerCallbackForTopics(List<Topic> topics,
MQTT3MessageHandler messageHandler)
Receives a list of topics and the message handler to be invoked when messages for those topics are received.
|
Copyright © 2025 MuleSoft, Inc.. All rights reserved.