Uses of Interface
software.amazon.awssdk.crt.mqtt5.Mqtt5ClientOptions.PublishEvents
Packages that use Mqtt5ClientOptions.PublishEvents
-
Uses of Mqtt5ClientOptions.PublishEvents in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 that return Mqtt5ClientOptions.PublishEventsModifier and TypeMethodDescriptionMqtt5ClientOptions.getPublishEvents()Returns the PublishEvents interface that will be called when the client gets a message.Methods in software.amazon.awssdk.crt.mqtt5 with parameters of type Mqtt5ClientOptions.PublishEventsModifier and TypeMethodDescriptionMqtt5ClientOptions.Mqtt5ClientOptionsBuilder.withPublishEvents(Mqtt5ClientOptions.PublishEvents publishEvents) Sets the PublishEvents interface that will be called when the client gets a message.