| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMQTT3Connection
The default implementation of an
MQTT3Connection |
| Constructor and Description |
|---|
MQTT3PublishActionListener(CompletableFuture<Integer> future,
MQTT3Connection connection)
Returns a new instance of an
MQTT3PublishActionListener. |
| Modifier and Type | Method and Description |
|---|---|
MQTT3Connection |
MQTT3ConnectionProvider.connect() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MQTT3FormConnectionProvider.configureMqttConnectOptions(MQTT3Connection mqtt3Connection) |
protected void |
MQTT3UrlConnectionProvider.configureMqttConnectOptions(MQTT3Connection mqtt3Connection) |
protected abstract void |
MQTT3ConnectionProvider.configureMqttConnectOptions(MQTT3Connection mqtt3Connection)
Sets specific configuration options for an
MQTT3Connection |
protected void |
MQTT3FailOverConnectionProvider.configureMqttConnectOptions(MQTT3Connection mqtt3Connection) |
void |
MQTT3ConnectionProvider.disconnect(MQTT3Connection connection) |
org.mule.runtime.api.connection.ConnectionValidationResult |
MQTT3ConnectionProvider.validate(MQTT3Connection connection)
Validates the provided
MQTT3Connection by testing its connectivity. |
| Modifier and Type | Method and Description |
|---|---|
void |
MQTT3Operations.publish(String topic,
MQTT3Connection connection,
InputStream message,
QoS qos,
boolean isRetained,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<Void,Void> completionCallback)
Operation that allows the user to publish a single
MQTT3Message to a given exchange |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.