Channel
faststream.specification.asyncapi.v3_0_0.schema.Channel
#
Bases: BaseModel
A class to represent a channel.
ATTRIBUTE | DESCRIPTION |
---|---|
address |
A string representation of this channel's address.
TYPE:
|
description |
optional description of the channel
|
servers |
optional list of servers associated with the channel
|
bindings |
optional channel binding
|
parameters |
optional parameters associated with the channel
|
Configurations
model_config : configuration for the model (only applicable for Pydantic version 2) Config : configuration for the class (only applicable for Pydantic version 1)