ExAliyun.MNS.set_topic_attributes

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

set_topic_attributes(topic_url, opts)

Specs

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

Modify the attributes of an existing topic.

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.