1 package software.amazon.awssdk.crt.mqtt; 2 3 /** 4 * The data returned when the connection closed callback is invoked in a connection. 5 * <p> 6 * <b>Note:</b> This class is currently empty, but this may contain additional data in the future. 7 * @see software.amazon.awssdk.crt.mqtt.MqttClientConnectionEvents 8 */ 9 public class OnConnectionClosedReturn { 10 11 } 12