Skip to content

BaseRMQInformation

faststream.rabbit.shared.schemas.BaseRMQInformation dataclass #

BaseRMQInformation.

Note

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

exchange class-attribute instance-attribute #

exchange: Optional[RabbitExchange] = field(default=None)

queue class-attribute instance-attribute #

queue: RabbitQueue = field(default=RabbitQueue(''))

virtual_host class-attribute instance-attribute #

virtual_host: str = '/'

Last update: 2023-11-13