Interface Mqtt5ClientConnectedContext
- All Superinterfaces:
MqttClientConnectedContext
A
MqttClientConnectedContext with methods specific to an Mqtt5Client.- Since:
- 1.1
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getClientConfig
- Specified by:
getClientConfigin interfaceMqttClientConnectedContext- Returns:
- the config of the client that is now connected.
-
getConnect
- Returns:
- the Connect message that started the connection.
-
getConnAck
- Returns:
- the ConnAck message that acknowledged the connection.
-