Message::Passing::AMQP::Role::DeclaresExchange(3pm) | User Contributed Perl Documentation | Message::Passing::AMQP::Role::DeclaresExchange(3pm) |
Message::Passing::AMQP::Role::DeclaresExchange - Role for instances which have an AMQP exchange.
Defines the exchange name, required.
Is one of topic, direct, fanout or headers, defaults to topic.
Defines if the exchange is durable, defaults to true.
Defines if the exchange will be auto-deleted after the connection is closed, defaults to false.
See Message::Passing::AMQP.
2022-11-19 | perl v5.36.0 |