Skip to content

ChannelBinding

faststream.asyncapi.schema.bindings.redis.ChannelBinding #

Bases: BaseModel

A class to represent channel binding.

ATTRIBUTE DESCRIPTION
channel

the channel name

method

the method used for binding (ssubscribe, psubscribe, subscribe)

bindingVersion

the version of the binding

channel instance-attribute #

channel

method class-attribute instance-attribute #

method = None

group_name class-attribute instance-attribute #

group_name = None

consumer_name class-attribute instance-attribute #

consumer_name = None

bindingVersion class-attribute instance-attribute #

bindingVersion = 'custom'