ExAliyun.MNS.list_subscriptions

You're seeing just the function list_subscriptions, go back to ExAliyun.MNS module for more information.
Link to this function

list_subscriptions(topic_url, opts \\ [])

Specs

list_subscriptions(topic_url :: String.t(), opts :: Keyword.t()) :: result()

List the subscriptions to a topic, support pagination query.

Alibaba Cloud API Docs

Options

  • :config_overrides, optional, the options in config_overrides, please see request/2 for details;
  • :subscription_name_prefix, optional, search for the subscription name starting with this prefix;
  • :number, optional, maximum number of results returned for a single request, the valid value range in 1..1000, by default is 1000;
  • :marker, optional, a similar pagination cursor when list a large subscriptions list, which is acquired from the NextMarker returned in the previous request.