Interface Mqtt5Auth
- All Superinterfaces:
Mqtt5EnhancedAuth,Mqtt5Message
MQTT 5 Auth message. This message is translated from and to an MQTT 5 AUTH packet.
- Since:
- 1.0
-
Method Summary
Methods inherited from interface com.hivemq.client.mqtt.mqtt5.message.auth.Mqtt5EnhancedAuth
getData, getMethod
-
Method Details
-
getReasonCode
- Returns:
- the Reason Code of this Auth message.
-
getReasonString
- Returns:
- the optional reason string of this Auth message.
-
getUserProperties
- Returns:
- the optional user properties of this Auth message.
-
getType
- Specified by:
getTypein interfaceMqtt5Message- Returns:
- the type of this MQTT message.
-