Skip to content

ChannelBinding

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

Bases: BaseModel

A class to represent channel binding.

Note

The above docstring is autogenerated by docstring-gen library (https://docstring-gen.airt.ai)

bindingVersion class-attribute instance-attribute #

bindingVersion: str = 'custom'

channel instance-attribute #

channel: str

method class-attribute instance-attribute #

method: Literal[
    "ssubscribe", "psubscribe", "subscribe"
] = "subscribe"

Last update: 2023-11-13