Skip to content

Commit 3795d89

Browse files
authored
TECHDOCS-4676: Update read-from-stream-layer.md (#524)
Signed-off-by: marilyn.vidas@here.com Signed-off-by: marilyn.vidas@here.com
1 parent 69d9303 commit 3795d89

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/read-from-stream-layer.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ App works!
6565

6666
## Create `StreamLayerClient`
6767

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.
6969

7070
Stream layers can be configured with retention time, or time-to-live (TTL) which results in unconsumed data being removed after a specified period.
7171

@@ -121,7 +121,7 @@ Now, to get data, you can call the `Poll` method.
121121

122122
## <a name="get-data-streamlayerclient"></a>Get data and partition metadata from a stream layer
123123

124-
You can read messages from a [stream layer](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+
You can read messages from a [stream layer](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:
125125

126126
- Data handle
127127
- ID
@@ -134,9 +134,9 @@ You can read messages from a [stream layer](https://developer.here.com/documenta
134134

135135
1. Create the `streamLayerClient` object.
136136

137-
For instructions, see [Create StreamLayerClient](#create-streamlayerclient).
137+
For instructions, see [Create StreamLayerClient]([#create-streamlayerclient](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/layer-creating_2.html)).
138138

139-
2. Subscribe to the stream layer. See [Subscribe to the stream layer](#subscribe-to-the-stream-layer)
139+
2. Subscribe to the stream layer. See [Subscribe to the stream layer](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/getting-data-stream.html)
140140

141141
3. Call the `poll` method with the subscription ID.
142142

0 commit comments

Comments
 (0)