Uses of Class
software.amazon.awssdk.crt.mqtt.OnConnectionClosedReturn
-
Packages that use OnConnectionClosedReturn Package Description software.amazon.awssdk.crt.mqtt -
-
Uses of OnConnectionClosedReturn in software.amazon.awssdk.crt.mqtt
Methods in software.amazon.awssdk.crt.mqtt with parameters of type OnConnectionClosedReturn Modifier and Type Method Description default void
MqttClientConnectionEvents. onConnectionClosed(OnConnectionClosedReturn data)
Called when the connection was disconnected and shutdown successfully.
-