Skip to content

ChannelBinding

faststream.asyncapi.schema.bindings.amqp.ChannelBinding #

Bases: BaseModel

A class to represent channel binding.

ATTRIBUTE DESCRIPTION
is_

Type of binding, can be "queue" or "routingKey"

bindingVersion

Version of the binding

queue

Optional queue object

exchange

Optional exchange object

is_ class-attribute instance-attribute #

is_ = Field(..., alias='is')

bindingVersion class-attribute instance-attribute #

bindingVersion = '0.2.0'

queue class-attribute instance-attribute #

queue = None

exchange class-attribute instance-attribute #

exchange = None