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 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.
Options
:config_overrides
, optional, the options inconfig_overrides
, please seerequest/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.