You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cookbook/sections/data-publishers.adoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,16 +84,16 @@ Of course, always ensure your WNM is valid (see <<Validate a WIS2 Notification M
84
84
85
85
=== Publishing a WIS2 Notification Message with embedded data
86
86
87
-
A https://wmo-im.github.io/wis2-notification-message[WIS2 Notification Message] provides the ability to embed data as part of a message (see the https://wmo-im.github.io/wis2-notification-message/standard/wis2-notification-message-STABLE.html#_1_15_properties_content[Properties / Content] section of the specification).
87
+
A https://wmo-im.github.io/wis2-notification-message[WIS2 Notification Message] provides the ability to embed data as part of a notification (see the https://wmo-im.github.io/wis2-notification-message/standard/wis2-notification-message-STABLE.html#_1_15_properties_content[Properties / Content] section of the specification).
88
88
89
-
Providing embedded data for direct access offers users access to the data without the need for downloading the file via the notification link (see the https://wmo-im.github.io/wis2-notification-message/standard/wis2-notification-message-STABLE.html#_1_16_links[Links] section of the specification).
89
+
Providing embedded data for offers users the ability to access the data without the need to execute the additional step of downloading the data via the actionable link (see the https://wmo-im.github.io/wis2-notification-message/standard/wis2-notification-message-STABLE.html#_1_16_links[Links] section of the specification).
90
90
91
-
In some cases, a data publisher also may not wish to manage or publish the data link to infrastructure to an HTTP or FTP server.
91
+
In some cases, a data publisher also prefer not to publish the corresponding actionable link to infrastructure (e.g. an HTTP or FTP server).
92
92
93
-
When the data publisher decides to use the embedded data feature without the need of implementing an actionable link providing access to the same data, the data publisher will:
93
+
When the data publisher decides to not publish an actionable link and to rely exclusively on the embedded data feature, the data publisher will:
94
94
95
95
- use `properties.content` object to provide the data
96
-
- use `properties.cache=false` to instruct WIS2 Global Cache Services to not cache the data
96
+
- use `properties.cache=false` to instruct WIS2 Global Cache Services to not cache the data (note: `properties.cache` is not required for recommended data, since recommended data is not cached by WIS2 Global Caches)
97
97
- provide a link object whose `href` results in HTTP 204 (No Content)
98
98
99
99
To provide an HTTP 204 link, there a couple of options:
0 commit comments