# File lib/amqp/consumer.rb, line 104
    def callback
      if @callbacks[:delivery]
        @callbacks[:delivery].first
      end
    end