Uses of Interface
software.amazon.awssdk.crt.mqtt5.Mqtt5ClientOptions.LifecycleEvents
-
Packages that use Mqtt5ClientOptions.LifecycleEvents Package Description software.amazon.awssdk.crt.mqtt5 -
-
Uses of Mqtt5ClientOptions.LifecycleEvents in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 that return Mqtt5ClientOptions.LifecycleEvents Modifier and Type Method Description Mqtt5ClientOptions.LifecycleEvents
Mqtt5ClientOptions. getLifecycleEvents()
Returns the LifecycleEvents interface that will be called when the client gets a LifecycleEvent.Methods in software.amazon.awssdk.crt.mqtt5 with parameters of type Mqtt5ClientOptions.LifecycleEvents Modifier and Type Method Description Mqtt5ClientOptions.Mqtt5ClientOptionsBuilder
Mqtt5ClientOptions.Mqtt5ClientOptionsBuilder. withLifecycleEvents(Mqtt5ClientOptions.LifecycleEvents lifecycleEvents)
Sets the Lifecycle Events interface that will be called when the client gets a LifecycleEvent.
-