# File lib/amq/client/async/exchange.rb, line 89
        def predefined?
          @name && ((@name == AMQ::Protocol::EMPTY_STRING) || !!(@name =~ /^amq\.(direct|fanout|topic|headers|match)/i))
        end