Module AMQ::Client::ServerNamedEntity
In: lib/amq/client/server_named_entity.rb

Common behavior of AMQ entities that can be either client or server-named, for example, exchanges and queues.

Methods

Public Instance methods

anonymous?()

Alias for server_named?

@return [Boolean] true if this entity is anonymous (server-named)

[Validate]