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