Class UserProperty

java.lang.Object
io.micronaut.mqtt.hivemq.bind.UserProperty

public class UserProperty extends Object
Represents a MQTT v5 property.
Since:
3.0.0
Author:
Sven Kobow
  • Constructor Details

    • UserProperty

      public UserProperty(String key, String value)
  • Method Details

    • getKey

      public String getKey()
      The key of the property.
      Returns:
      the key
    • getValue

      public String getValue()
      The value of the property.
      Returns:
      the value