public class MQTT3MessageAttributes extends Object implements Serializable
MQTT3Message's attributes.| Modifier and Type | Class and Description |
|---|---|
static class |
MQTT3MessageAttributes.Builder
Builder implementation for creating a
MQTT3MessageAttributes instance. |
| Constructor and Description |
|---|
MQTT3MessageAttributes()
The MQTT3MessageAttributes default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getMessageId() |
int |
getQos()
The message's quality of service which will be the minimum
between the message's original qos level for publish and
the listeners qos level for subscription.
|
String |
getTopic() |
int |
hashCode() |
boolean |
isDuplicate() |
boolean |
isRetained() |
public MQTT3MessageAttributes()
public String getTopic()
public int getMessageId()
public int getQos()
public boolean isDuplicate()
public boolean isRetained()
Copyright © 2025 MuleSoft, Inc.. All rights reserved.