ChannelBinding
faststream.asyncapi.schema.bindings.nats.ChannelBinding #
Bases: BaseModel
A class to represent channel binding.
ATTRIBUTE | DESCRIPTION |
---|---|
subject | subject of the channel binding
|
queue | optional queue for the channel binding
|
bindingVersion | version of the channel binding, default is "custom"
|