Uses of Class
software.amazon.awssdk.crt.mqtt5.OnStoppedReturn
-
Packages that use OnStoppedReturn Package Description software.amazon.awssdk.crt.mqtt5 -
-
Uses of OnStoppedReturn in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 with parameters of type OnStoppedReturn Modifier and Type Method Description void
Mqtt5ClientOptions.LifecycleEvents. onStopped(Mqtt5Client client, OnStoppedReturn onStoppedReturn)
Called when the client reaches the 'Stopped' state as a result of the user invoking .stop()
-