Uses of Interface
software.amazon.awssdk.crt.mqtt5.Mqtt5ClientOptions.PublishEvents
-
Packages that use Mqtt5ClientOptions.PublishEvents Package Description software.amazon.awssdk.crt.mqtt5 -
-
Uses of Mqtt5ClientOptions.PublishEvents in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 that return Mqtt5ClientOptions.PublishEvents Modifier and Type Method Description Mqtt5ClientOptions.PublishEventsMqtt5ClientOptions. 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.PublishEvents Modifier and Type Method Description Mqtt5ClientOptions.Mqtt5ClientOptionsBuilderMqtt5ClientOptions.Mqtt5ClientOptionsBuilder. withPublishEvents(Mqtt5ClientOptions.PublishEvents publishEvents)Sets the PublishEvents interface that will be called when the client gets a message.
-