Skip to content

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"

subject instance-attribute #

subject

queue class-attribute instance-attribute #

queue = None

bindingVersion class-attribute instance-attribute #

bindingVersion = 'custom'