Uses of Interface
software.amazon.awssdk.crt.mqtt5.Mqtt5ListenerOptions.ListenerPublishEvents
-
Packages that use Mqtt5ListenerOptions.ListenerPublishEvents Package Description software.amazon.awssdk.crt.mqtt5 -
-
Uses of Mqtt5ListenerOptions.ListenerPublishEvents in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 that return Mqtt5ListenerOptions.ListenerPublishEvents Modifier and Type Method Description Mqtt5ListenerOptions.ListenerPublishEventsMqtt5ListenerOptions. getListenerPublishEvents()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 Mqtt5ListenerOptions.ListenerPublishEvents Modifier and Type Method Description Mqtt5ListenerOptions.Mqtt5ListenerOptionsBuilderMqtt5ListenerOptions.Mqtt5ListenerOptionsBuilder. withListenerPublishEvents(Mqtt5ListenerOptions.ListenerPublishEvents publishEvents)Sets the ListenerPublishEvents interface that will be called when the client gets a message.
-