Common behavior of AMQ entities that can be either client or server-named, for example, exchanges and queues.
@return [Boolean] true if this entity is anonymous (server-named)
# File lib/amq/client/server_named_entity.rb, line 9 9: def server_named? 10: @server_named || @name.nil? || @name.empty? 11: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.