Package io.micronaut.mqtt.hivemq.bind
Class UserProperty
java.lang.Object
io.micronaut.mqtt.hivemq.bind.UserProperty
Represents a MQTT v5 property.
- Since:
- 3.0.0
- Author:
- Sven Kobow
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
UserProperty
-
-
Method Details
-
getKey
The key of the property.- Returns:
- the key
-
getValue
The value of the property.- Returns:
- the value
-