| Package | Description |
|---|---|
| com.mulesoft.connectors.mqtt3.api | |
| com.mulesoft.connectors.mqtt3.internal.operation | |
| com.mulesoft.connectors.mqtt3.internal.routing |
| Modifier and Type | Method and Description |
|---|---|
QoS |
Topic.getQos() |
static QoS |
QoS.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QoS[] |
QoS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Topic.setQos(QoS qos) |
| 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 |
| Modifier and Type | Method and Description |
|---|---|
QoS |
LWTMessage.getQoS() |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.