logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Message::Passing::AMQP::Role::DeclaresExchange - Role for instances which have an AMQP exchange.

Attributes

exchange_name
       Defines the exchange name, required.

   exchange_type
       Is one of topic, direct, fanout or headers, defaults to topic.

   exchange_durable
       Defines if the exchange is durable, defaults to true.

   exchange_auto_delete
       Defines if the exchange will be auto-deleted after the connection is closed, defaults to false.

Name

       Message::Passing::AMQP::Role::DeclaresExchange - Role for instances which have an AMQP exchange.

See Also