Uses of Class
software.amazon.awssdk.crt.mqtt5.Mqtt5ListenerOptions.Mqtt5ListenerOptionsBuilder
-
Packages that use Mqtt5ListenerOptions.Mqtt5ListenerOptionsBuilder Package Description software.amazon.awssdk.crt.mqtt5 -
-
Uses of Mqtt5ListenerOptions.Mqtt5ListenerOptionsBuilder in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 that return Mqtt5ListenerOptions.Mqtt5ListenerOptionsBuilder Modifier and Type Method Description Mqtt5ListenerOptions.Mqtt5ListenerOptionsBuilderMqtt5ListenerOptions.Mqtt5ListenerOptionsBuilder. withLifecycleEvents(Mqtt5ClientOptions.LifecycleEvents lifecycleEvents)Sets the Lifecycle Events interface that will be called when the client gets a LifecycleEvent.Mqtt5ListenerOptions.Mqtt5ListenerOptionsBuilderMqtt5ListenerOptions.Mqtt5ListenerOptionsBuilder. withListenerPublishEvents(Mqtt5ListenerOptions.ListenerPublishEvents publishEvents)Sets the ListenerPublishEvents interface that will be called when the client gets a message.Constructors in software.amazon.awssdk.crt.mqtt5 with parameters of type Mqtt5ListenerOptions.Mqtt5ListenerOptionsBuilder Constructor Description Mqtt5ListenerOptions(Mqtt5ListenerOptions.Mqtt5ListenerOptionsBuilder builder)
-