Uses of Interface
software.amazon.awssdk.crt.mqtt.MqttClientConnectionEvents
Packages that use MqttClientConnectionEvents
-
Uses of MqttClientConnectionEvents in software.amazon.awssdk.crt.mqtt
Methods in software.amazon.awssdk.crt.mqtt that return MqttClientConnectionEventsModifier and TypeMethodDescriptionMqttConnectionConfig.getConnectionCallbacks()Queries the connection-related callbacks for a connectionMethods in software.amazon.awssdk.crt.mqtt with parameters of type MqttClientConnectionEventsModifier and TypeMethodDescriptionvoidMqttConnectionConfig.setConnectionCallbacks(MqttClientConnectionEvents connectionCallbacks) Configures the connection-related callbacks for a connectionConstructors in software.amazon.awssdk.crt.mqtt with parameters of type MqttClientConnectionEventsModifierConstructorDescriptionMqttClientConnection(Mqtt5Client mqtt5client, MqttClientConnectionEvents callbacks) Constructs a new MqttClientConnection from a Mqtt5Client.