Skip to content

Commit

Permalink
Mqtt5 General Avalibility (#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera authored Dec 13, 2023
1 parent a8bec86 commit e50af06
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
*
* One Mqtt5Client class creates one connection.
*
* MQTT5 support is currently in <b>developer preview</b>. We encourage feedback at all times, but feedback during the
* preview window is especially valuable in shaping the final product. During the preview period we may make
* backwards-incompatible changes to the public API, but in general, this is something we will try our best to avoid.
*/
public class Mqtt5Client extends CrtResource {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@

/**
* Configuration for the creation of Mqtt5Clients
*
* MQTT5 support is currently in <b>developer preview</b>. We encourage feedback at all times, but feedback during the
* preview window is especially valuable in shaping the final product. During the preview period we may make
* backwards-incompatible changes to the public API, but in general, this is something we will try our best to avoid.
*/
public class Mqtt5ClientOptions {

Expand Down Expand Up @@ -563,10 +559,6 @@ private static Map<Integer, ClientOfflineQueueBehavior> buildEnumMapping() {
/**
* All of the options for a Mqtt5Client. This includes the settings to make a connection, as well as the
* event callbacks, publish callbacks, and more.
*
* MQTT5 support is currently in <b>developer preview</b>. We encourage feedback at all times, but feedback during the
* preview window is especially valuable in shaping the final product. During the preview period we may make
* backwards-incompatible changes to the public API, but in general, this is something we will try our best to avoid.
*/
static final public class Mqtt5ClientOptionsBuilder {

Expand Down

0 comments on commit e50af06

Please sign in to comment.