ExAliyun.MNS.set_subscription_attributes
You're seeing just the function
set_subscription_attributes
, go back to ExAliyun.MNS module for more information.
Link to this function
set_subscription_attributes(topic_url, subscription_name, notify_strategy, opts \\ [])
Specs
set_subscription_attributes( topic_url :: String.t(), subscription_name :: String.t(), notify_strategy :: String.t(), opts :: Keyword.t() ) :: result()
Modify notify_strategy
of subscription attribute, the value of notify_strategy
can be set as "BACKOFF_RETRY"
or "EXPONENTIAL_DECAY_RETRY"
.
Options
:config_overrides
, optional, the options inconfig_overrides
, please seerequest/2
for details.