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: docs/read-from-stream-layer.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ App works!
65
65
66
66
## Create `StreamLayerClient`
67
67
68
-
You can use the `StreamLayerClient` class to request data from the queue that streams data from a [stream layer](https://developer.here.com/documentation/data-user-guide/portal/layers/layers.html#stream-layers). Once a consumer reads the data, the data is no longer available to that consumer, but the data remains available to other consumers.
68
+
You can use the `StreamLayerClient` class to request data from the queue that streams data from a [stream layer](https://www.here.com/docs/bundle/data-api-developer-guide/page/README.html#stream-layers). Once a consumer reads the data, the data is no longer available to that consumer, but the data remains available to other consumers.
69
69
70
70
Stream layers can be configured with retention time, or time-to-live (TTL) which results in unconsumed data being removed after a specified period.
71
71
@@ -121,7 +121,7 @@ Now, to get data, you can call the `Poll` method.
Youcanreadmessagesfroma [streamlayer](https://developer.here.com/documentation/data-user-guide/portal/layers/layers.html#stream-layers) if you subscribe to the layer. The messages contain data and the following partition metadata:
124
+
Youcanreadmessagesfroma [streamlayer](https://www.here.com/docs/bundle/data-api-developer-guide/page/README.html#stream-layers) if you subscribe to the layer. The messages contain data and the following partition metadata:
125
125
126
126
-Datahandle
127
127
-ID
@@ -134,9 +134,9 @@ You can read messages from a [stream layer](https://developer.here.com/documenta
134
134
135
135
1.Createthe`streamLayerClient`object.
136
136
137
-
Forinstructions, see [CreateStreamLayerClient](#create-streamlayerclient).
137
+
Forinstructions, see [CreateStreamLayerClient]([#create-streamlayerclient](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/layer-creating_2.html)).
138
138
139
-
2.Subscribetothestreamlayer. See [Subscribetothestreamlayer](#subscribe-to-the-stream-layer)
139
+
2.Subscribetothestreamlayer. See [Subscribetothestreamlayer](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/getting-data-stream.html)
0 commit comments