POST /chan_name/v1/subscribe/dur_name
The web method POST chan_name/v1/subscribe/dur_name creates a durable subscription on a specific channel. The request body specifies the content matcher in JSON format.
HTTP Parameters
Syntax | Description |
---|---|
type=durable_type | Optional.
This parameter selects for one of an FTL channel's dynamic durable templates. You can specify a durable type, either shared or last-value. When absent, the channel creates the new durable using its default durable template. |
key=key_field_name | Required when the
type is
last-value.
Specify the key field of a last value durable. The key field must be present in the subscription's content matcher. |
Copyright © Cloud Software Group, Inc. All rights reserved.