Amqpx.Basic.cancel_return
You're seeing just the function
cancel_return
, go back to Amqpx.Basic module for more information.
Link to this function
cancel_return(channel)
Specs
cancel_return(Amqpx.Channel.t()) :: :ok
Removes the return handler, if it exists. Does nothing if there is no such handler.