Exchange
faststream.specification.asyncapi.v2_6_0.schema.bindings.amqp.channel.Exchange
#
Bases: BaseModel
A class to represent an exchange.
ATTRIBUTE | DESCRIPTION |
---|---|
name |
name of the exchange (optional)
|
type |
type of the exchange, can be one of "default", "direct", "topic", "fanout", "headers"
|
durable |
whether the exchange is durable (optional)
|
autoDelete |
whether the exchange is automatically deleted (optional)
|
vhost |
virtual host of the exchange, default is "/"
|