T - property typepublic abstract static class MqttProperties.MqttProperty<T>
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
MqttProperty(int propertyId,
T value) |
| Modifier and Type | Method and Description |
|---|---|
int |
propertyId()
Get MQTT property ID
|
T |
value()
Get MQTT property value
|
Copyright © 2008–2020 The Netty Project. All rights reserved.