AMQPHelpers.Adapter.fetch_application_connection

You're seeing just the callback fetch_application_connection, go back to AMQPHelpers.Adapter module for more information.
Link to this callback

fetch_application_connection(name)

Specs

fetch_application_connection(name :: binary() | atom()) ::
  {:ok, AMQP.Connection.t()} | {:error, any()}

Provides an easy way to access an AMQP.Connection.t/0.

See AMQP.Application.get_connection/1.