| Package | Description |
|---|---|
| com.mulesoft.connectors.mqtt3.internal.connection |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Integer> |
MQTT3Connection.publish(String topic,
byte[] message,
int qos,
boolean retained)
Publishes a message to an mqtt topic.
|
CompletableFuture<Integer> |
DefaultMQTT3Connection.publish(String topic,
byte[] message,
int qos,
boolean isRetained)
Publishes a message to a topic, with the specified quality of service and retention flag.
|
Copyright © 2025 MuleSoft, Inc.. All rights reserved.