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".

Alibaba Cloud API Docs

Options

  • :config_overrides, optional, the options in config_overrides, please see request/2 for details.