# File lib/amq/client/async/adapter.rb, line 387
        def run_before_recovery_callbacks
          self.exec_callback_yielding_self(:before_recovery, @settings)

          @channels.each { |n, ch| ch.run_before_recovery_callbacks }
        end