Package software.amazon.awssdk.crt.mqtt
Class OnConnectionSuccessReturn
- java.lang.Object
-
- software.amazon.awssdk.crt.mqtt.OnConnectionSuccessReturn
-
public class OnConnectionSuccessReturn extends Object
The data returned when the connection success callback is invoked in a connection.- See Also:
MqttClientConnectionEvents
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getSessionPresent()
Returns whether a session was present and resumed for this successful connection.
-