| Package | Description |
|---|---|
| org.dromara.mica.mqtt.codec.properties |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryProperty |
class |
BooleanProperty |
class |
IntegerProperty |
class |
StringProperty |
class |
UserProperties |
class |
UserProperty |
| Modifier and Type | Method and Description |
|---|---|
MqttProperty |
MqttProperties.getProperty(int propertyId)
Get property by ID.
|
MqttProperty |
MqttProperties.getProperty(MqttPropertyType mqttPropertyType)
Get property by ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends MqttProperty> |
MqttProperties.getProperties(int propertyId)
Get properties by ID.
|
Collection<? extends MqttProperty> |
MqttProperties.listAll() |
| Modifier and Type | Method and Description |
|---|---|
void |
MqttProperties.add(MqttProperty property) |
Copyright © 2025. All rights reserved.