ExAliyun.MNS.publish_topic_message
You're seeing just the function
publish_topic_message
, go back to ExAliyun.MNS module for more information.
Link to this function
publish_topic_message(topic_url, message_body, opts \\ [])
Specs
publish_topic_message( topic_url :: String.t(), message_body :: String.t(), opts :: Keyword.t() ) :: result()
Publish a message to a specified topic, the message is pushed to endpoints for consumption.
Options
:config_overrides
, optional, the options inconfig_overrides
, please seerequest/2
for details;:message_tag
, optional, a string no more than 16 characters, there is no message tag set by default;:message_attributes
, optional, a string of message attributes, only be useable for email or SMS push, please see API documents for details.