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 the subscriptions to a topic, support pagination query.
Options
:config_overrides
, optional, the options inconfig_overrides
, please seerequest/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 theNextMarker
returned in the previous request.