ExAliyun.MNS.create_topic

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

create_topic(topic_name, opts \\ [])

Specs

create_topic(topic_name :: String.t(), opts :: Keyword.t()) :: result()

Create a new topic, a topic name is a string of no more than 256 characters, including letters, numbers, and hyphens (-). It must start with a letter or number.

Alibaba Cloud API Docs

Options

  • :config_overrides, optional, the options in config_overrides, please see request/2 for details;
  • :maximum_message_size, optional, maximum body length of a message sent to the queue, measured in bytes, by default is 65536 (64 KB);
  • :logging_enabled, optional, whether to enable MNS server logging, by default is false.