ExAliyun.MNS.change_message_visibility
You're seeing just the function
change_message_visibility
, go back to ExAliyun.MNS module for more information.
Link to this function
change_message_visibility(queue_url, receipt_handle, visibility_timeout, opts \\ [])
Specs
change_message_visibility( queue_url :: String.t(), receipt_handle :: String.t(), visibility_timeout :: integer(), opts :: Keyword.t() ) :: result()
Modify the next consumable time of a message which has been consumed and is still in inactive
status. After VisibilityTimeout
of the message is modified successfully, a new ReceiptHandle will be returned.
Options
:config_overrides
, optional, the options inconfig_overrides
, please seerequest/2
for details.