SubscribeRequest
Methods
with Consumer Id
- with
Consumer Id(id: string): SubscribeRequest
-
A setter for the provided consumer id.
ParametersReturns SubscribeRequestThe SubscribeRequest instance that you can use to chain methods.
with Mode
- with
Mode(mode: "serial" | "parallel"): SubscribeRequest
-
A setter for the provided subscription mode.
ParametersReturns SubscribeRequestThe SubscribeRequest instance that you can use to chain methods.
with Subscription Id
- with
Subscription Id(id: string): SubscribeRequest
-
A setter for the provided subscription id.
ParametersReturns SubscribeRequestThe SubscribeRequest instance that you can use to chain methods.
with Subscription Properties
- with
Subscription Properties(props: ConsumerProperties): SubscribeRequest
-
A setter for the provided subscription properties.
Parameters-
props: ConsumerProperties
The subscriptionProperties - consumer properties to use for this subscription. For more information, see the [subscription properties] (https://developer.here.com/documentation/data-api/data_dev_guide/rest/getting-data-stream.html#subscription-properties)
Returns SubscribeRequestThe SubscribeRequest instance that you can use to chain methods.
-
Prepares information for calls to the platform Stream Service.