ExAliyun.MNS.list_topics

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

list_topics(opts \\ [])

Specs

list_topics(opts :: Keyword.t()) :: result()

List the topics of an account.

Alibaba Cloud API Docs

Options

  • :config_overrides, optional, the options in config_overrides, please see request/2 for details;
  • :topic_name_prefix, optional, search for the topic 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 topics list, which is acquired from the NextMarker returned in the previous request.