Uses of Class
software.amazon.awssdk.crt.mqtt5.OnDisconnectionReturn
-
Packages that use OnDisconnectionReturn Package Description software.amazon.awssdk.crt.mqtt5 -
-
Uses of OnDisconnectionReturn in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 with parameters of type OnDisconnectionReturn Modifier and Type Method Description void
Mqtt5ClientOptions.LifecycleEvents. onDisconnection(Mqtt5Client client, OnDisconnectionReturn onDisconnectionReturn)
Called when the client's current MQTT connection is closed
-