Skip to content

ChannelBinding

faststream.specification.schema.bindings.sqs.ChannelBinding dataclass #

ChannelBinding(queue, bindingVersion='custom')

A class to represent channel binding.

ATTRIBUTE DESCRIPTION
queue

a dictionary representing the queue

bindingVersion

a string representing the binding version (default: "custom")

queue instance-attribute #

queue

bindingVersion class-attribute instance-attribute #

bindingVersion = 'custom'