Skip to content

ChannelBinding

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

ChannelBinding(subject, queue)

A class to represent channel binding.

ATTRIBUTE DESCRIPTION
subject

subject of the channel binding

queue

optional queue for the channel binding

subject instance-attribute #

subject

queue instance-attribute #

queue