AMQPHelpers.Reliability.Consumer.consume

You're seeing just the function consume, go back to AMQPHelpers.Reliability.Consumer module for more information.
Link to this function

consume(server)

Specs

consume(GenServer.server()) :: :ok

Starts consuming messages.

This function is used to start consuming messages when consume_on_init option is set to false. Not required by default but useful for testing purposes.