-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a84441e
commit 8b0a5d5
Showing
7 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
examples/mqtt-client-publish-message/mqtt_client_publish_message.metatags
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
description: BBE on sending messages to a MQTT topic using a `mqtt:Client`. | ||
description: How to send messages to a MQTT topic using a `mqtt:Client`. | ||
keywords: ballerina, ballerina by example, bbe, mqtt, publisher, iot |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
description: BBE on how to configure a MQTT client to use SSL encryption. | ||
description: How to configure a MQTT client to use SSL encryption. | ||
keywords: ballerina, ballerina by example, bbe, mqtt, publisher, encryption, SSL |
2 changes: 1 addition & 1 deletion
2
examples/mqtt-service-basic-authentication/mqtt_service_basic_authentication.metatags
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
description: BBE on how to configure a MQTT listener to use basic authentication. | ||
description: How to configure a MQTT listener to use basic authentication. | ||
keywords: ballerina, ballerina by example, bbe, mqtt, listener, service, iot |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
description: BBE on how to configure an MQTT listener to use SSL encryption. | ||
description: How to configure an MQTT listener to use SSL encryption. | ||
keywords: ballerina, ballerina by example, bbe, mqtt, listener, service, iot, SSL |
2 changes: 1 addition & 1 deletion
2
examples/mqtt-service-subscribe-message/mqtt_service_subscribe_message.metatags
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
description: BBE on creating an MQTT service to subscribe to messages from an MQTT server using Ballerina. | ||
description: Create an MQTT service to subscribe to messages from an MQTT server using Ballerina. | ||
keywords: ballerina, ballerina by example, bbe, mqtt, subscriber, listener, service, iot |