Uses of Class
software.amazon.awssdk.crt.mqtt5.OnAttemptingConnectReturn
-
Packages that use OnAttemptingConnectReturn Package Description software.amazon.awssdk.crt.mqtt5 -
-
Uses of OnAttemptingConnectReturn in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 with parameters of type OnAttemptingConnectReturn Modifier and Type Method Description void
Mqtt5ClientOptions.LifecycleEvents. onAttemptingConnect(Mqtt5Client client, OnAttemptingConnectReturn onAttemptingConnectReturn)
Called when the client begins a connection attempt
-