From 62b022dead8b0aa545cd67b895aee123e4de2bb1 Mon Sep 17 00:00:00 2001 From: sdelamo Date: Tue, 24 Oct 2023 08:08:40 +0000 Subject: [PATCH] Deploying to gh-pages - 08:08:39 --- snapshot/guide/configurationreference.html | 162 ++++++++++----------- snapshot/guide/index.html | 80 +++++----- 2 files changed, 121 insertions(+), 121 deletions(-) diff --git a/snapshot/guide/configurationreference.html b/snapshot/guide/configurationreference.html index a7763b60..ced9e0b7 100644 --- a/snapshot/guide/configurationreference.html +++ b/snapshot/guide/configurationreference.html @@ -70,7 +70,7 @@

Micronaut Mqtt Core Config Prope

mqtt.enabled

boolean

-

Enables Micronaut MQTT integration. Default value

+

Enables Micronaut MQTT integration. Default value true

@@ -78,48 +78,9 @@

Micronaut Mqtt Core Config Prope

Micronaut Mqtt Hivemq Config Properties

-🔗 - - ----- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Table 2. Configuration Properties for MqttClientConfigurationProperties$WillMessage
PropertyTypeDescription

mqtt.client.will-message.topic

java.lang.String

mqtt.client.will-message.payload

byte

mqtt.client.will-message.qos

int

mqtt.client.will-message.retained

boolean

-
🔗 - +@@ -246,6 +207,45 @@

Micronaut Mqtt Hivemq Config P

Table 3. Configuration Properties for MqttClientConfigurationPropertiesTable 2. Configuration Properties for MqttClientConfigurationProperties
+🔗 + + +++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Table 3. Configuration Properties for MqttClientConfigurationProperties$WillMessage
PropertyTypeDescription

mqtt.client.will-message.topic

java.lang.String

mqtt.client.will-message.payload

byte

mqtt.client.will-message.qos

int

mqtt.client.will-message.retained

boolean

+

Micronaut Mqtt Ssl Config Properties

@@ -291,9 +291,48 @@

Micronaut Mqtt Ssl Config Propert

Micronaut Mqttv3 Config Properties

+🔗 + + +++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Table 5. Configuration Properties for MqttClientConfigurationProperties$WillMessage
PropertyTypeDescription

mqtt.client.will-message.topic

java.lang.String

mqtt.client.will-message.payload

byte

mqtt.client.will-message.qos

int

mqtt.client.will-message.retained

boolean

+
🔗 - +@@ -405,45 +444,6 @@

Micronaut Mqttv3 Config Properties<

Table 5. Configuration Properties for MqttClientConfigurationPropertiesTable 6. Configuration Properties for MqttClientConfigurationProperties
-🔗 - - ----- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Table 6. Configuration Properties for MqttClientConfigurationProperties$WillMessage
PropertyTypeDescription

mqtt.client.will-message.topic

java.lang.String

mqtt.client.will-message.payload

byte

mqtt.client.will-message.qos

int

mqtt.client.will-message.retained

boolean

-

Micronaut Mqttv5 Config Properties

diff --git a/snapshot/guide/index.html b/snapshot/guide/index.html index fb9ec85b..dad5f353 100644 --- a/snapshot/guide/index.html +++ b/snapshot/guide/index.html @@ -197,7 +197,7 @@

Micronaut MQTT

1 Introduction

-
@@ -213,7 +213,7 @@

1 Introduction<

2 Release History

-
@@ -231,7 +231,7 @@

3.0.x

3 Release Notes

-
@@ -247,7 +247,7 @@

3 Release Notes

4 MQTT Quick Start

-
@@ -272,7 +272,7 @@

4 MQTT Quick Start<

4.1 Creating an MQTT Publisher with MqttPublisher annotation

-
@@ -376,7 +376,7 @@

4.1 Creating

4.2 Creating an MQTT Subscriber with MqttSubscriber annotation

-
@@ -468,7 +468,7 @@

4.2 Creatin

4.3 MQTT Health Checks

-
@@ -487,7 +487,7 @@

4.3 MQT

5 MQTT HiveMQ

-
@@ -500,7 +500,7 @@

5 MQTT HiveMQ

5.1 MQTT Dependency with HiveMQ

-
@@ -529,7 +529,7 @@

5.1 MQTT Dependency

5.2 Configuration

-
@@ -682,7 +682,7 @@

5.2 Configuration

6 MQTT V3 Eclipse Paho

-
@@ -695,7 +695,7 @@

6 MQTT V3 Eclipse Paho

6.1 MQTT v3 Dependency with Eclipse Paho

-
@@ -727,7 +727,7 @@

6.1 MQTT v3 Dep

6.2 Configuration

-
@@ -880,7 +880,7 @@

6.2 Configuration

7 MQTT V5 Eclipse Paho

-
@@ -893,7 +893,7 @@

7 MQTT V5 Eclipse Paho

7.1 MQTT v5 Dependency with Eclipse Paho

-
@@ -925,7 +925,7 @@

7.1 MQTT v5 Dep

7.2 Configuration

-
@@ -1118,7 +1118,7 @@

7.2 Configuration

7.3 Properties

-
@@ -1334,7 +1334,7 @@

Subscribers

8 SSL Connections

-
@@ -1431,7 +1431,7 @@

8 SSL Connections

9 MQTT Publishers

-
@@ -1447,7 +1447,7 @@

9 MQTT Publishers

9.1 Defining Publisher Methods

-
@@ -1482,7 +1482,7 @@

9.1 Defin

9.1.1 Publisher Parameters

-
@@ -1495,7 +1495,7 @@

9.1

9.1.1.1 Topic

-
@@ -1565,7 +1565,7 @@

9.1.1.1 Topic

9.1.1.2 Qos

-
@@ -1642,7 +1642,7 @@

9.1.1.2 Qos

9.1.1.3 Retained

-
@@ -1721,7 +1721,7 @@

9.1.1.3

9.1.1.4 Payload

-
@@ -1734,7 +1734,7 @@

9.1.1.4 P

9.1.2 Publisher Acknowledgements

-
@@ -1819,7 +1819,7 @@

9

10 MQTT Subscribers

-
@@ -1835,7 +1835,7 @@

10 MQTT Subscribers

10.1 Defining @MqttSubscriber Methods

-
@@ -1870,7 +1870,7 @@

10.1 Defi

10.1.1 Subscriber Parameters

-
@@ -1883,7 +1883,7 @@

10.

10.1.1.1 Topic

-
@@ -1972,7 +1972,7 @@

10.1.1.1 Topi

10.1.1.2 Payload

-
@@ -1985,7 +1985,7 @@

10.1.1.2

10.1.2 Acknowledging Messages

-
@@ -2079,7 +2079,7 @@

Acknowledgement Type

10.2 Handling Subscriber Exceptions

-
@@ -2114,7 +2114,7 @@

10.

10.3 Subscriber Execution

-
@@ -2214,7 +2214,7 @@

10.3 Su

11 Customizing Parameter Binding

-
@@ -2827,7 +2827,7 @@

Type Binding

12 Message Serialization/Deserialization (SerDes)

-
@@ -2846,7 +2846,7 @@

12 Message Serialization/De

12.1 Custom SerDes

-
@@ -3066,7 +3066,7 @@

12.1 Custom SerDes

13 GraalVM support

-
@@ -3097,7 +3097,7 @@

13 GraalVM support

14 Breaking Changes

-
@@ -3165,7 +3165,7 @@

Mqtt5

15 Repository

-